Skip to content

Commit a18e43f

Browse files
committed
github: update issue template
1 parent 65f0161 commit a18e43f

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report_gui.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
_Before reporting:_ search [existing issues](https://github.com/sainnhe/sonokai/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and check the FAQ in help doc. Any bug report which doesn't follow the issue template and I can't reproduce will be closed.
8+
_Before reporting:_ search [existing issues](https://github.com/sainnhe/sonokai/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and check the FAQ in the help doc. Any bug report which doesn't follow the issue template and I can't reproduce will be closed.
99
10+
- type: checkboxes
11+
attributes:
12+
label: "I have done the following steps before reporting this issue:"
13+
options:
14+
- label: I have searched the existing issues
15+
required: true
16+
- label: I have read the FAQ in the help doc
17+
required: true
1018
- type: input
1119
attributes:
1220
label: "Operating system/version"

.github/ISSUE_TEMPLATE/bug_report_tui.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
_Before reporting:_ search [existing issues](https://github.com/sainnhe/sonokai/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and check the FAQ in help doc. Any bug report which doesn't follow the issue template and I can't reproduce will be closed.
8+
_Before reporting:_ search [existing issues](https://github.com/sainnhe/sonokai/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and check the FAQ in the help doc. Any bug report which doesn't follow the issue template and I can't reproduce will be closed.
99
10+
- type: checkboxes
11+
attributes:
12+
label: "I have done the following steps before reporting this issue:"
13+
options:
14+
- label: I have searched the existing issues
15+
required: true
16+
- label: I have read the FAQ in the help doc
17+
required: true
1018
- type: input
1119
attributes:
1220
label: "Operating system/version"

0 commit comments

Comments
 (0)