Skip to content

Commit 027fd51

Browse files
committed
Test forms on fork
1 parent a8f88bd commit 027fd51

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

.github/ISSUE_TEMPLATE/Bug_Report.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: '🐛 Bug Report'
22
description: Report errors or unexpected behavior.
3+
labels:
4+
- Issue-Bug
5+
- Needs-Triage
36
body:
47
- type: markdown
58
attributes:
@@ -14,6 +17,19 @@ body:
1417
> Alternatively, use the category "Apps > Windows Package Manager" and choose "Share My Feedback" after submission to get the link.
1518
>
1619
> Please use this form and describe your issue, concisely but precisely, with as much detail as possible.
20+
- type: dropdown
21+
attributes:
22+
label: Relevant area(s)
23+
description: What things had an issue? Check all that apply.
24+
multiple: true
25+
options:
26+
- WinGet CLI
27+
- PowerShell Module
28+
- COM API
29+
- WinGet DSC Resource
30+
default: WinGet CLI
31+
validations:
32+
required: true
1733
- type: textarea
1834
attributes:
1935
label: Brief description of your issue

.github/ISSUE_TEMPLATE/Documentation_Issue.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: '📚 Documentation Issue'
22
description: Report issues in our documentation.
3-
labels: ['Issue-Docs']
3+
labels:
4+
- Issue-Docs
5+
- Needs-Triage
46
body:
57
- type: textarea
68
attributes:

.github/ISSUE_TEMPLATE/Feature_Request.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
name: '🚀 Feature Request / Idea'
22
description: Suggest a new feature or improvement (this does not mean you have to implement it).
3-
labels: ['Issue-Feature']
3+
labels:
4+
- Issue-Feature
5+
- Needs-Triage
46
body:
7+
- type: dropdown
8+
attributes:
9+
label: Relevant area(s)
10+
description: What area does this feature request relate to? Check all that apply.
11+
multiple: true
12+
options:
13+
- WinGet CLI
14+
- PowerShell Module
15+
- COM API
16+
- WinGet DSC Resource
17+
default: WinGet CLI
18+
validations:
19+
required: true
520
- type: textarea
621
attributes:
722
label: Description of the new feature / enhancement

0 commit comments

Comments
 (0)