Skip to content

Commit

Permalink
update bug and feature issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson-shaun committed May 2, 2024
1 parent 1d88c4b commit 5212ec9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Bug Report
description: Report a bug
labels:
- status/triage
- kind/bug

body:
- type: markdown
Expand Down
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,22 @@ labels:
- status/triage

body:
- type: checkboxes
attributes:
label: This is a feature that ...
description: |
Make sure that your request fulfills all of the following requirements.
If one requirement cannot be satisfied, explain in detail why.
options:
- label: ... the existing functionality does not satisfy my request
- label: ... is not a duplicate of any open or closed issues
- label: ... is not a question or discussion topic

- type: textarea
id: description
attributes:
label: Description
description: What is the feature you want to see?
validations:
required: true

0 comments on commit 5212ec9

Please sign in to comment.