Skip to content

Commit 5545578

Browse files
authored
GitHub: Improved bug report template (#12537)
1 parent 6d7c29d commit 5545578

File tree

2 files changed

+56
-10
lines changed

2 files changed

+56
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@ name: Bug Report
22
description: Create a bug report to help improve Files
33
labels: [bug]
44
body:
5+
6+
# Description
57
- type: textarea
68
attributes:
79
label: Description
810
description: A clear and concise description of what the issue is.
911
validations:
1012
required: true
13+
14+
# Step To Reproduce
1115
- type: textarea
1216
attributes:
1317
label: Steps To Reproduce
@@ -18,32 +22,51 @@ body:
1822
3.
1923
validations:
2024
required: true
25+
26+
# Requirements
2127
- type: textarea
2228
attributes:
2329
label: Requirements
2430
description: describe the expected behavior (eg. Fix crash that occurs when...). If left blank, the issue will likely be closed without discussion.
2531
value: |
26-
- eg. Fix crash that occurs when...
32+
- e.g. Fix crash that occurs when...
2733
validations:
2834
required: true
35+
36+
# Files Version
2937
- type: input
30-
id: files-version
38+
id: files_version
3139
attributes:
3240
label: Files Version
3341
description: Which version of Files are you using? The version number can be found by going to Files' Settings > About
34-
placeholder: "e.g. Version: 2.0.34.0 OS Version: 10.0.22000.000"
42+
placeholder: "e.g. Version: 2.0.34.0"
3543
validations:
3644
required: true
37-
- type: input
45+
46+
# Windows Version
47+
- type: dropdown
48+
id: windows_version
3849
attributes:
3950
label: Windows Version
40-
description: Which version of Windows are you using? Press <kbd>Win</kbd> + <kbd>Pause/Break</kbd> and copy.
41-
placeholder: e.g. Windows 11 21H2 22000.000
51+
description: Which version of Windows are you using?
52+
multiple: true
53+
options:
54+
- 'Windows 11 Insider: 25xxx series'
55+
- 'Windows 11 Insider: 23xxx series'
56+
- 'Windows 11 (22H2): 22621'
57+
- 'Windows 11 (21H2): 22000'
58+
- 'Windows 10 (22H2): 19045'
59+
- 'Windows 10 (21H2): 19044'
60+
- 'Windows 10 (21H1): 19043'
61+
- 'Windows 10 (20H2): 19042'
62+
- 'Windows 10 (2004): 19041'
4263
validations:
4364
required: true
65+
66+
# Log File
4467
- type: textarea
4568
attributes:
46-
label: Log file
69+
label: Log File
4770
description: |
4871
Please upload the log file as an attachment (DO NOT COPY OR PASTE THE CONTENTS INTO THIS FIELD)
4972
placeholder: |

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,24 @@ name: Feature Request
22
description: This project thrives from differentiation from competing apps. Suggest an idea for Files
33
labels: [feature request]
44
body:
5+
6+
# Description
57
- type: textarea
68
attributes:
79
label: What feature or improvement do you think would benefit Files?
810
description: Please include your use case
911
validations:
1012
required: true
13+
14+
# Tooltip about Requirements
1115
- type: markdown
1216
attributes:
1317
value: |
1418
---
1519
1620
Please include a list changes required to make this improvement. A good rule of thumb is to start your proposal with no more than 7 high-level requirements.
21+
22+
# Requirements
1723
- type: textarea
1824
attributes:
1925
label: Requirements
@@ -24,6 +30,8 @@ body:
2430
- This proposal will accomplish Z
2531
validations:
2632
required: true
33+
34+
# Files Version
2735
- type: input
2836
id: files-version
2937
attributes:
@@ -32,13 +40,28 @@ body:
3240
placeholder: 'Version: 2.0.36.0'
3341
validations:
3442
required: true
35-
- type: input
43+
44+
# Windows Version
45+
- type: dropdown
46+
id: windows_version
3647
attributes:
3748
label: Windows Version
38-
description: Which version of Windows are you currently using? Press <kbd>Win</kbd> + <kbd>Pause/Break</kbd> and copy.
39-
placeholder: e.g. Windows 11 21H2 22000.194
49+
description: Which version of Windows are you using?
50+
multiple: true
51+
options:
52+
- 'Windows 11 Insider: 25xxx series'
53+
- 'Windows 11 Insider: 23xxx series'
54+
- 'Windows 11 (22H2): 22621'
55+
- 'Windows 11 (21H2): 22000'
56+
- 'Windows 10 (22H2): 19045'
57+
- 'Windows 10 (21H2): 19044'
58+
- 'Windows 10 (21H1): 19043'
59+
- 'Windows 10 (20H2): 19042'
60+
- 'Windows 10 (2004): 19041'
4061
validations:
4162
required: true
63+
64+
# Additional Comments
4265
- type: textarea
4366
attributes:
4467
label: Comments

0 commit comments

Comments
 (0)