Skip to content

Commit 54c9bc3

Browse files
authored
Merge pull request #17840 from marcusmoore/issue-template
Made install method required in issue template
2 parents a66bb95 + cf8ff0f commit 54c9bc3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/Bug-Report.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ body:
1515
1616
Please make sure you've checked these resources before submitting a new issue. If you find an existing issue, please add your context to it instead of opening a new issue.
1717
18+
Please write your issue in English. You can use tools like [DeepL](https://www.deepl.com) to translate if necessary.
19+
1820
**If you choose to upload screenshots or videos (which we always encourage), please make sure they do not contain any sensitive information.**
1921
- type: input
2022
id: version
@@ -43,6 +45,9 @@ body:
4345
- install.sh
4446
- Hosted by Grokability
4547
- Other
48+
- Not sure
49+
validations:
50+
required: true
4651
- type: textarea
4752
id: what-happened
4853
attributes:
@@ -97,4 +102,4 @@ body:
97102
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/grokability/snipe-it/blob/master/CODE_OF_CONDUCT.md).
98103
options:
99104
- label: I agree to follow this project's Code of Conduct
100-
required: true
105+
required: true

0 commit comments

Comments
 (0)