File tree Expand file tree Collapse file tree 5 files changed +100
-51
lines changed Expand file tree Collapse file tree 5 files changed +100
-51
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Bug report
2
+ description : Create a report to help us improve
3
+ labels : Bug
4
+
5
+ body :
6
+ - type : textarea
7
+ attributes :
8
+ label : Describe the bug
9
+ description : A clear and concise description of what the bug is. Screenshots are also encouraged.
10
+ placeholder : Please use English for reports and screenshots to allow maintainers to easily understand the issue.
11
+ validations :
12
+ required : true
13
+ - type : dropdown
14
+ attributes :
15
+ label : Area of issue
16
+ description : What component(s) of Open-Shell does this involve? Select all that apply.
17
+ multiple : true
18
+ options :
19
+ - Start menu
20
+ - Taskbar
21
+ - Windows Explorer
22
+ - Internet Explorer
23
+ - Installation/Other
24
+ validations :
25
+ required : true
26
+ - type : textarea
27
+ attributes :
28
+ label : To reproduce
29
+ description : Steps to reproduce the behavior
30
+ placeholder : |
31
+ 1. Go to '...'
32
+ 2. Click on '....'
33
+ 3. Scroll down to '....'
34
+ 4. See error
35
+ validations :
36
+ required : true
37
+ - type : textarea
38
+ attributes :
39
+ label : Expected behavior
40
+ placeholder : What did you expect to happen?
41
+ - type : input
42
+ attributes :
43
+ label : Open-Shell version
44
+ placeholder : e.g. 4.4.170
45
+ validations :
46
+ required : true
47
+ - type : input
48
+ attributes :
49
+ label : Windows version
50
+ placeholder : e.g. Windows 10 22H2
51
+ validations :
52
+ required : true
53
+ - type : textarea
54
+ attributes :
55
+ label : Additional context
56
+ description : Add any other context about the problem here.
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
2
+ contact_links :
3
+ - name : Github Discussions
4
+ url : https://github.com/Open-Shell/Open-Shell-Menu/discussions
5
+ about : Please ask and answer questions here.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Feature request
2
+ description : Suggest an idea for this project
3
+ labels : Enhancement/Feature Request
4
+
5
+ body :
6
+ - type : textarea
7
+ attributes :
8
+ label : Is your feature request related to a problem? Please describe.
9
+ description : A clear and concise description of what the problem is.
10
+ placeholder : Ex. I'm always frustrated when [...]
11
+ validations :
12
+ required : true
13
+ - type : textarea
14
+ attributes :
15
+ label : Describe the solution you'd like
16
+ description : A clear and concise description of what you want to happen.
17
+ validations :
18
+ required : true
19
+ - type : dropdown
20
+ attributes :
21
+ label : Area of issue
22
+ description : What component(s) of Open-Shell does this involve? Select all that apply.
23
+ multiple : true
24
+ options :
25
+ - Start menu
26
+ - Taskbar
27
+ - Windows Explorer
28
+ - Internet Explorer
29
+ - Installation/Other
30
+ validations :
31
+ required : true
32
+ - type : textarea
33
+ attributes :
34
+ label : Alternatives you've considered
35
+ description : A clear and concise description of any alternative solutions or features you've considered.
36
+ - type : textarea
37
+ attributes :
38
+ label : Additional context
39
+ description : Add any other context or screenshots about the feature request here.
You can’t perform that action at this time.
0 commit comments