You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+26-3Lines changed: 26 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,24 @@ name: Feature Request
2
2
description: This project thrives from differentiation from competing apps. Suggest an idea for Files
3
3
labels: [feature request]
4
4
body:
5
+
6
+
# Description
5
7
- type: textarea
6
8
attributes:
7
9
label: What feature or improvement do you think would benefit Files?
8
10
description: Please include your use case
9
11
validations:
10
12
required: true
13
+
14
+
# Tooltip about Requirements
11
15
- type: markdown
12
16
attributes:
13
17
value: |
14
18
---
15
19
16
20
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
17
23
- type: textarea
18
24
attributes:
19
25
label: Requirements
@@ -24,6 +30,8 @@ body:
24
30
- This proposal will accomplish Z
25
31
validations:
26
32
required: true
33
+
34
+
# Files Version
27
35
- type: input
28
36
id: files-version
29
37
attributes:
@@ -32,13 +40,28 @@ body:
32
40
placeholder: 'Version: 2.0.36.0'
33
41
validations:
34
42
required: true
35
-
- type: input
43
+
44
+
# Windows Version
45
+
- type: dropdown
46
+
id: windows_version
36
47
attributes:
37
48
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?
0 commit comments