Skip to content

Commit

Permalink
fix: update id tags on CoC checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnatamo committed Sep 21, 2024
1 parent bf1c024 commit 4bcfe03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: 🐛 Bug Report
description: Report a problem
labels: ['type:bug']
labels: ['bug']
body:
- type: checkboxes
id: terms
Expand Down Expand Up @@ -73,7 +73,7 @@ body:
description: If you have any additional information or media which is relevant, please provide it here.

- type: checkboxes
id: terms
id: accept-code-of-conduct
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/fetcharr/fetcharr/blob/develop/CODE_OF_CONDUCT.md)
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: ✨ Feature Request
description: Suggest a feature
labels: ['type:enhancement']
labels: ['enhancement']
body:
- type: checkboxes
id: terms
Expand Down Expand Up @@ -36,7 +36,7 @@ body:
description: If you have any additional information or media which is relevant, please provide it here.

- type: checkboxes
id: terms
id: accept-code-of-conduct
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/fetcharr/fetcharr/blob/develop/CODE_OF_CONDUCT.md)
Expand Down

0 comments on commit 4bcfe03

Please sign in to comment.