Skip to content

Commit 1738533

Browse files
authored
Merge pull request #9 from github/rename-issue-templates
Rename issue templates
2 parents 43a8158 + cd5d78f commit 1738533

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Annotation toolkit bug report
23
about: Is something not working as expected on the annotation toolkit? Let us know!
34
title: "[Bug] "
@@ -35,4 +36,5 @@ body:
3536
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/github/annotation-toolkit/blob/main/CODE_OF_CONDUCT.md).
3637
options:
3738
- label: I agree to follow this project's Code of Conduct
38-
required: true
39+
required: true
40+
---

.github/ISSUE_TEMPLATE/feature-request.yml renamed to .github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Annotation toolkit feature request
23
about: Request an addition to the annotation toolkit.
34
title: "[Feature request] "
@@ -35,4 +36,5 @@ body:
3536
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/github/annotation-toolkit/blob/main/CODE_OF_CONDUCT.md).
3637
options:
3738
- label: I agree to follow this project's Code of Conduct
38-
required: true
39+
required: true
40+
---

.github/ISSUE_TEMPLATE/license-question.yml renamed to .github/ISSUE_TEMPLATE/license-question.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: License question
23
about: Have a question about our open source license?
34
title: "[License] "
@@ -28,4 +29,5 @@ body:
2829
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/github/annotation-toolkit/blob/main/CODE_OF_CONDUCT.md).
2930
options:
3031
- label: I agree to follow this project's Code of Conduct
31-
required: true
32+
required: true
33+
---

0 commit comments

Comments
 (0)