Skip to content

Commit fe17bd4

Browse files
authored
Cleanup & fixed syntax errors
1 parent e24031d commit fe17bd4

File tree

1 file changed

+92
-96
lines changed

1 file changed

+92
-96
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 92 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -2,102 +2,110 @@ name: Bug report
22
description: Create a report to help us fix something that isn't working as expected
33
labels: "bug :bug:"
44
body:
5-
- type: markdown
6-
attributes:
5+
- type: markdown
6+
attributes:
77
value: |
8-
🚨 PLEASE DO NOT SKIP ANY INSTRUCTIONS AND INFORMATION MENTIONED BELOW AS THEY ARE ALL REQUIRED AND ESSENTIAL TO INVESTIGATE THE ISSUE. ISSUES WITH MISSING INFORMATION MAY BE CLOSED WITHOUT INVESTIGATION
9-
IF YOU'RE NOT CERTAIN ABOUT THE ISSUE AND REQUIRE MORE CLARITY, PLEASE POST ON "QUESTIONS & HELP" CATEGORY OF THE DISCUSSIONS PLATFORM [https://github.com/CommunityToolkit/WindowsCommunityToolkit/discussions/categories/questions-help] WHERE YOU CAN DISCUSS AND ENGAGE WITH THE COMMUNITY TO GAIN FURTHER CLARITY REGARDING THE ISSUE 🚨
10-
- type: textarea
11-
id: description
12-
attributes:
8+
## Before you begin
9+
🚨 **Please do not skip instructions**🚨
10+
11+
This info is essential for investigating your bug report. Issues with missing information may be closed without investigation.
12+
13+
If you're uncertain about the problem, find or start a discussion under [Questions & Help](https://github.com/CommunityToolkit/WindowsCommunityToolkit/discussions/categories/questions-help), where you can get insight from the community regarding your issue.
14+
15+
- type: textarea
16+
id: description
17+
attributes:
1318
label: Describe the bug
1419
description: A clear and concise description of what the bug is.
15-
- type: checkboxes
16-
id: is-regression
17-
attributes:
18-
description:
19-
options:
20-
- label: This bug is a regression
21-
required: false
22-
- type: input
23-
id: last-working-toolkit-version
24-
attributes:
20+
- type: input
21+
id: last-working-toolkit-version
22+
attributes:
23+
label: Regression
2524
description: If this is a regression, what toolkit version did you last see it work?
2625
placeholder:
27-
validations:
26+
validations:
2827
required: false
29-
- type: checkboxes
30-
id: reproducable-in-sample-app
31-
attributes:
32-
description: Can this be reproduced in the Sample App? (Either in a sample as-is or with new XAML pasted in the editor.) Being able to reproduce the problem in the sample app, really stream-lines the whole process in being able to discover, resolve, and validate bug fixes.
33-
options:
34-
- label: This bug can be reproduced in the sample app.
35-
required: false
36-
validations:
37-
required: false
38-
- type: textarea
39-
id: repro-steps
40-
validations:
28+
- type: textarea
29+
id: repro-steps
30+
validations:
4131
required: true
42-
attributes:
32+
attributes:
4333
label: Steps to reproduce
44-
description: If so, please provide custom XAML or steps to reproduce. If not, let us know why it can't be reproduced (e.g. more complex setup, environment, dependencies, etc...)
34+
description: Provide steps to reproduce the issue, or let us know why it can't be reproduced (e.g. more complex setup, environment, dependencies, etc...)
4535
placeholder: |
46-
1. Given the following environment (Sample App w/ XAML, Project with Isolated setup, etc...)
47-
2. Go to '...'
48-
3. Click on '....'
49-
4. Scroll down to '....'
50-
5. See error
36+
A repro from the sample app expidites the process of discovering, resolving, and validating bug fixes.
37+
Provide code-snippets or XAML snippets as appropriate.
5138
52-
Provide as many code-snippets or XAML snippets as appropriate.
53-
- type: textarea
54-
id: expected-behavior
55-
validations:
39+
Example repro steps:
40+
1. Given the following environment (Sample App w/ XAML, Project with Isolated setup, etc...)
41+
2. Go to '...'
42+
3. Click on '....'
43+
4. Scroll down to '....'
44+
5. See error
45+
- type: textarea
46+
id: expected-behavior
47+
validations:
5648
required: true
57-
attributes:
49+
attributes:
5850
label: Expected behavior
5951
description: A clear and concise description of what you expected to happen.
60-
- type: markdown
61-
id: screenshots
62-
attributes:
52+
- type: textarea
53+
id: screenshots
54+
attributes:
6355
label: Screenshots
6456
description: If applicable, add screenshots to help explain your problem.
65-
- type: dropdown
66-
id: environment-windows-build
67-
attributes:
68-
label: Windows 10 Build Number
57+
- type: checkboxes
58+
id: environment-windows-build
59+
attributes:
60+
label: Windows Build Number
61+
description: Check one or more of the following options
62+
options:
63+
- label: Fall Creators Update (16299)
64+
- label: April 2018 Update (17134)
65+
- label: October 2018 Update (17763)
66+
- label: May 2019 Update (18362)
67+
- label: May 2020 Update (19041)
68+
- label: Other (specify)
69+
- type: input
70+
id: environment-windows-build-other-build-number
71+
attributes:
72+
label: Other Windows Build number
73+
description: If applicable, another Windows build number not listed (such as an Insider build)
74+
- type: checkboxes
75+
id: environment-app-min-target-version
76+
attributes:
77+
label: App minimum and target SDK version
6978
description: Check one or more of the following options
7079
options:
71-
- Fall Creators Update (16299)
72-
- April 2018 Update (17134)
73-
- October 2018 Update (17763)
74-
- May 2019 Update (18362)
75-
- May 2020 Update (19041)
76-
- Insider Build
77-
- type: input
78-
id: insider-build-number-windows
79-
attributes:
80-
description: The Insider Builder number, if applicable.
81-
- type: dropdown
82-
id: environment-app-min-target-version
83-
attributes:
80+
- label: Fall Creators Update (16299)
81+
- label: April 2018 Update (17134)
82+
- label: October 2018 Update (17763)
83+
- label: May 2019 Update (18362)
84+
- label: May 2020 Update (19041)
85+
- label: Other (specify)
86+
- type: input
87+
id: environment-app-min-target-other-build-number
88+
attributes:
89+
label: Other SDK version
90+
description: If applicable, another SDK version not listed (such as an Insider SDK)
91+
- type: dropdown
92+
id: visual-studio-version
93+
attributes:
8494
multiple: true
85-
label: Windows 10 Build Number
95+
label: Visual Studio Version
8696
description: Check one or more of the following options
8797
options:
88-
- Fall Creators Update (16299)
89-
- April 2018 Update (17134)
90-
- October 2018 Update (17763)
91-
- May 2019 Update (18362)
92-
- May 2020 Update (19041)
93-
- Insider Build
94-
- type: input
95-
id: insider-build-number-app
96-
attributes:
97-
description: The Insider Builder number, if applicable.
98-
- type: dropdown
99-
id: form-factor
100-
attributes:
98+
- 2017
99+
- 2019
100+
- 2022
101+
- type: input
102+
id: visual-studio-exact-build
103+
attributes:
104+
label: Visual Studio Build Number
105+
description: What's the exact build number? (Found in Visual Studio under Help -> About Microsoft Visual Studio)
106+
- type: dropdown
107+
id: form-factor
108+
attributes:
101109
multiple: true
102110
label: Device form factor
103111
description: Check one or more of the following options
@@ -106,26 +114,14 @@ Provide as many code-snippets or XAML snippets as appropriate.
106114
- Xbox
107115
- Surface Hub
108116
- IoT
109-
- type: dropdown
110-
id: visual-studio-version
111-
attributes:
112-
multiple: true
113-
label: Device form factor
114-
description: Check one or more of the following options
115-
options:
116-
- 2017
117-
- 2019
118-
- 2022
119-
- type: input
120-
id: visual-studio-exact-build
121-
attributes:
122-
description: What's the exact build number? (Found in Visual Studio under Help -> About Microsoft Visual Studio)
123-
- type: textarea
124-
id: nuget-packaages
125-
attributes:
117+
- type: textarea
118+
id: nuget-packages
119+
attributes:
120+
label: Nuget packages
126121
description: Which NuGet packages have you used? Include the version number.
127-
- type: markdown
128-
id: additional-context
129-
attributes:
122+
- type: textarea
123+
id: additional-context
124+
attributes:
125+
label: Additional context
130126
description: Add any other context about the problem here.
131127

0 commit comments

Comments
 (0)