Skip to content

Commit

Permalink
docs: improve issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
npaton committed Mar 26, 2023
1 parent 45d73a0 commit 85eb529
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/BUGS.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🐞 Bug
description: File a bug/issue
title: "[Bug]: "
title: ""
labels: ["bug"]
# assignees:
# - npaton
Expand Down Expand Up @@ -92,7 +92,7 @@ body:
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](./CODE_OF_CONDUCT.md)
description: By submitting this issue, you agree to follow our [Code of Conduct](../CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/FEATURES.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ⭐ Feature
description: Request a Feature
title: "[Feature]: "
title: ""
labels: ["enhancement"]
# assignees:
# - npaton
Expand Down Expand Up @@ -59,7 +59,7 @@ body:
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](./CODE_OF_CONDUCT.md)
description: By submitting this issue, you agree to follow our [Code of Conduct](../CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true

0 comments on commit 85eb529

Please sign in to comment.