Skip to content

Commit 10f8fc7

Browse files
committed
chore(GitHub): add issue template
1 parent 92e5293 commit 10f8fc7

File tree

3 files changed

+117
-0
lines changed

3 files changed

+117
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/issue.yml

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
name: Issue Report
2+
description: Create a bug report to help improve SmallBase
3+
title: "[BUG]: "
4+
labels: bug
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Describe The Bug
9+
description: A clear and concise description of what the problem is.
10+
validations:
11+
required: true
12+
13+
- type: textarea
14+
attributes:
15+
label: Steps To Reproduce
16+
description: Steps to reproduce the behavior.
17+
placeholder: |
18+
1. Go to '...'
19+
2. Click on '...'
20+
3. Scroll down to '...'
21+
4. See error
22+
validations:
23+
required: true
24+
25+
- type: textarea
26+
attributes:
27+
label: YimMenu Log
28+
description: |
29+
The log can be found under %AppData%\YimMenu\cout.log
30+
31+
Tip: To easily upload your log file you can rename cout.log to cout.txt or zip it then drag and drop it here. Alternatively you can just open it and copy/paste its contents.
32+
value: |
33+
<!-- Place your logs here -->
34+
validations:
35+
required: true
36+
37+
- type: textarea
38+
attributes:
39+
label: Screenshot / Video
40+
description: |
41+
If you think the issue can be better explained with a screenshot or a video, consider adding it here.
42+
43+
Tip: You can attach images/videos by clicking this area to highlight it then dragging files in.
44+
value: |
45+
<!-- drag and drop your image or video here -->
46+
validations:
47+
required: false
48+
49+
- type: textarea
50+
attributes:
51+
label: Additional context
52+
description: Add any other context about the issue here.
53+
validations:
54+
required: false
55+
56+
- type: checkboxes
57+
attributes:
58+
label: YimMenu Build
59+
description: Were you using the latest version of YimMenu?
60+
options:
61+
- label: I've confirmed that this issue exists on the latest version of YimMenu.
62+
required: true
63+
64+
- type: checkboxes
65+
attributes:
66+
label: SmallBase Version
67+
description: Were you using the latest commit of SmallBase?
68+
options:
69+
- label: I've confirmed that this issue exists on the latest commit.
70+
required: true
71+
72+
- type: checkboxes
73+
attributes:
74+
label: Custom Features
75+
description: Are you sure the issue is not related to a custom feature?
76+
options:
77+
- label: I've confirmed that this issue stems from SmallBase itself and not an added feature.
78+
required: true

.github/ISSUE_TEMPLATE/request.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Feature request
2+
description: Suggest a new idea
3+
title: "[REQUEST]: "
4+
labels: request
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Problem
9+
description: Is your feature request related to a problem? Please describe
10+
placeholder: A clear and concise description of what the problem is.
11+
validations:
12+
required: false
13+
14+
- type: textarea
15+
attributes:
16+
label: Solution
17+
description: Describe the solution or feature you're requesting
18+
placeholder: A clear and concise description of your request.
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
attributes:
24+
label: Additional context
25+
description: |
26+
(Optional) Add any other context about the request/improvement here.
27+
28+
Tip: You can attach images or videos by clicking this area to highlight it then dragging your files in.
29+
validations:
30+
required: false
31+
32+
- type: checkboxes
33+
attributes:
34+
label: End-user Features
35+
description: Please confirm that you are not requesting an end-user feature.
36+
options:
37+
- label: I've confirmed that this request is not related to an end-user feature.
38+
required: true

0 commit comments

Comments
 (0)