Skip to content

Commit f90155a

Browse files
denelonDemitrius NelonCopilot
authored
Add issue types to issue templates (#6139)
Adds the `type` field to each issue template so newly created issues are automatically assigned the correct issue type. | Template | Issue Type | |---|---| | Bug_Report.yml | Bug | | Documentation_Issue.yml | Task | | Feature_Request.yml | Feature | ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/6139) Co-authored-by: Demitrius Nelon <Demitrius.Nelon@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 87949ce commit f90155a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/ISSUE_TEMPLATE/Bug_Report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: '🐛 Bug Report'
22
description: Report errors or unexpected behavior.
3+
type: Bug
34
labels:
45
- Issue-Bug
56
- Needs-Triage

.github/ISSUE_TEMPLATE/Documentation_Issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: '📚 Documentation Issue'
22
description: Report issues in our documentation.
3+
type: Task
34
labels:
45
- Issue-Docs
56
- Needs-Triage

.github/ISSUE_TEMPLATE/Feature_Request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: '🚀 Feature Request / Idea'
22
description: Suggest a new feature or improvement (this does not mean you have to implement it).
3+
type: Feature
34
labels:
45
- Issue-Feature
56
- Needs-Triage

0 commit comments

Comments
 (0)