Skip to content

Commit

Permalink
Fix checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiSherman committed Nov 4, 2024
1 parent 181d181 commit b762f63
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
13 changes: 8 additions & 5 deletions .github/ISSUE_TEMPLATE/bug-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ body:
attributes:
value: |
Thank you for taking the time to file a bug report! Please provide as much information as possible.
- type: checkbox
- type: checkboxes
id: verified
attributes:
label: I have verified that the bug I'm about to report hasn't been filed before.
validations:
required: true
label: Report hasn't been filed before.
options:
- label: I have verified that the bug I'm about to report hasn't been filed before.
required: true

- type: input
attributes:
Expand Down Expand Up @@ -56,3 +58,4 @@ body:
- If you're using a runtime that isn't Node.js: Which one? What version? Have you verified that this isn't an issue with the runtime itself?
validations:
required: true

10 changes: 6 additions & 4 deletions .github/ISSUE_TEMPLATE/docs-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ title: "[DOCS]:"
labels: ["docs"]

body:
- type: checkbox
- type: checkboxes
id: verified
attributes:
label: I have verified this enhancement I'm about to request hasn't been suggested before.
validations:
required: true
label: Enhancement hasn't been filed before.
options:
- label: I have verified this enhancement I'm about to request hasn't been suggested before.
required: true

- type: textarea
attributes:
Expand Down
10 changes: 6 additions & 4 deletions .github/ISSUE_TEMPLATE/feature-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ title: "[FEATURE]:"
labels: ["enhancement"]

body:
- type: checkbox
- type: checkboxes
id: verified
attributes:
label: I have verified this feature I'm about to request hasn't been suggested before.
validations:
required: true
label: Feature hasn't been suggested before.
options:
- label: I have verified this feature I'm about to request hasn't been suggested before.
required: true

- type: textarea
attributes:
Expand Down

0 comments on commit b762f63

Please sign in to comment.