Skip to content

Commit

Permalink
update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jabinb committed Oct 13, 2024
1 parent 8c41a45 commit 7c669bc
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@ name: "🐛 Bug Report"
description: Create a new ticket for a bug.
title: "🐛 [BUG] - <title>"
labels: [
"bug"
"bug", "needs-triage"
]
body:
- type: input
id: contact
attributes:
label: Discord Username
description: How can we get in touch with you if we need more info?
validations:
required: false
- type: textarea
id: description
attributes:
Expand Down
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/ENHANCEMENT.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: "💡 Enhancement"
description: Create a new ticket for suggesting an enhancement.
title: "💡 [Enhancement] - <title>"
labels: [
"enhancement",
"needs-triage"
]
assignees:
- jabinb
body:
- type: markdown
attributes:
value: |
Please before submitting your enhancement search if someone has already submitted something similar.
If it does please voice your support there, we are more likely to implement a feature with broad community support.
- type: textarea
id: description
attributes:
label: "Description"
description: Please enter a description for your enhancement to the client.
placeholder: Concise description of your idea
validations:
required: true

0 comments on commit 7c669bc

Please sign in to comment.