Skip to content

Commit

Permalink
fix ids
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu committed Dec 8, 2023
1 parent 651ab2e commit 681d618
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/issue_templates/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ labels: [bug, pending]

body:
- type: checkboxes
id: checks
id: exists
attributes:
label: Has this already been reported?
description: If you haven't already, please look other existing issues to see if this bug has already been reported.
Expand Down
4 changes: 2 additions & 2 deletions .github/issue_templates/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ labels: [feature, pending]

body:
- type: checkboxes
id: checks
id: exists
attributes:
label: Does this suggestion already exist?
description: If you haven't already, please look through the documentation and other existing issues to see if this feature is already implemented.
Expand All @@ -13,7 +13,7 @@ body:
required: true

- type: textarea
id: expected-behaviour
id: feature-description
attributes:
label: Feature description
description: Please describe the new feature or improvement that you would like.
Expand Down

0 comments on commit 681d618

Please sign in to comment.