Update issue templates

This commit is contained in:
iDJxxx 2024-11-17 01:42:27 -05:00 committed by GitHub
parent 7aec05c210
commit de7113e2d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 23 additions and 9 deletions

View File

@ -2,7 +2,7 @@
name: Bug report
about: Create a bug report
title: ''
labels: bug, needs triage
labels: bug
assignees: ''
---
@ -29,4 +29,4 @@ A description with steps to reproduce the issue. If your have a public example o
A description of what you expected to happen.
**Actual behavior:**
A description of what is actually happening.
A description of what is actually happening.

10
.github/ISSUE_TEMPLATE/custom.md vendored Normal file
View File

@ -0,0 +1,10 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''
---

View File

@ -2,15 +2,19 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature request, needs triage
labels: ''
assignees: ''
---
**Description:**
Describe your proposal.
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Justification:**
Justification or a use case for your proposal.
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Are you willing to submit a PR?**
<!--- We accept contributions! -->
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.