Skip to content

Commit

Permalink
chore: fix issues template
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Nov 28, 2024
1 parent 623abdf commit 60e217c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: textarea
id: version
attributes:
Expand Down
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this request!
- type: textarea
id: request
attributes:
label: What would you like to see?
validations:
required: true
- type: checkboxes
id: checked_in_playground
attributes:
Expand Down

0 comments on commit 60e217c

Please sign in to comment.