Skip to content

Commit 5728f2c

Browse files
committed
github: update issue templates
1 parent c40c8c5 commit 5728f2c

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ body:
66
attributes:
77
value: |
88
Thanks for taking the time to fill out this bug report!
9+
- type: checkboxes
10+
attributes:
11+
label: Before submitting an issue, please check the following
12+
options:
13+
- label: I have searched for similar issues (both open and closed) and cannot find a duplicate
14+
required: true
15+
- label: I agree to follow the [Code of Conduct](https://github.com/saber-notes/saber/blob/main/CODE_OF_CONDUCT.md)
16+
required: true
917
- type: textarea
1018
id: describe-the-bug
1119
attributes:
@@ -38,8 +46,10 @@ body:
3846
id: version
3947
attributes:
4048
label: Saber version
41-
description: You can find this on the Settings page.
42-
placeholder: e.g. v0.9.11 F-Droid (9110)
49+
description: |
50+
You can find this on the Settings page.
51+
Please include your installed Saber version even if you don't think it's relevant!
52+
placeholder: e.g. v0.19.1 F-Droid (19010)
4353
validations:
4454
required: true
4555
- type: textarea

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ body:
66
attributes:
77
value: |
88
Thanks for taking the time to suggest a new feature!
9+
- type: checkboxes
10+
attributes:
11+
label: Before submitting an issue, please check the following
12+
options:
13+
- label: I have searched for similar issues (both open and closed) and cannot find a duplicate
14+
required: true
15+
- label: I agree to follow the [Code of Conduct](https://github.com/saber-notes/saber/blob/main/CODE_OF_CONDUCT.md)
16+
required: true
917
- type: textarea
1018
id: motivation
1119
attributes:
@@ -34,8 +42,10 @@ body:
3442
id: version
3543
attributes:
3644
label: Saber version
37-
description: You can find this on the Settings page.
38-
placeholder: e.g. v0.9.11 F-Droid (9110)
45+
description: |
46+
You can find this on the Settings page.
47+
Please include your installed Saber version even if you don't think it's relevant!
48+
placeholder: e.g. v0.19.1 F-Droid (19010)
3949
validations:
4050
required: true
4151
- type: textarea

0 commit comments

Comments
 (0)