Skip to content

Commit 01c1227

Browse files
bonzibuddge0rdi
authored andcommitted
New issue templates
Updated to use YAML format, along with some minor changes and additions. - Update format and description for further clarity
1 parent ecd17cb commit 01c1227

File tree

5 files changed

+100
-51
lines changed

5 files changed

+100
-51
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
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.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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.

0 commit comments

Comments
 (0)