Skip to content

Commit b5996a1

Browse files
authored
Merge pull request #96 from alleyinteractive/feature/issue-95/update-issue-templates-types
Issue-95: Update Issue Templates to Use Issue Types
2 parents 9ac1fc7 + 7534dbd commit b5996a1

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: "Report something that's broken or otherwise not working as expected."
3-
labels: ["bug"]
3+
type: Bug
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/docs_update_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Documentation Update
22
description: "Report something in the project documentation that is incorrect or otherwise inaccurate."
3+
type: Task
34
labels: ["documentation"]
45
body:
56
- type: markdown

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature or Enhancement Request
22
description: Request a new feature or enhancement
3-
labels: ["enhancement"]
3+
type: Feature
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/for-discussion.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: For Discussion
22
description: Open a topic for discussion
3+
type: Feature
34
labels: ["discussion"]
45
body:
56
- type: markdown
67
attributes:
78
value: |
8-
Before submitting your issue, please ensure that you have read our [Code of Conduct](https://github.com/alleyinteractive/.github/blob/main/CODE_OF_CONDUCT.md) and you have read through existing issues so as to avoid creating duplicates. 🙏
9+
Before submitting your issue, please ensure that you have read our [Code of Conduct](https://github.com/alleyinteractive/.github/blob/main/CODE_OF_CONDUCT.md) and you have read through existing issues so as to avoid creating duplicates. 🙏
910
1011
- type: textarea
1112
attributes:

0 commit comments

Comments
 (0)