3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 02:45:39 +00:00

Merge pull request #17840 from marcusmoore/issue-template

Made install method required in issue template
This commit is contained in:
snipe
2025-09-10 20:14:10 +01:00
committed by GitHub

View File

@ -15,6 +15,8 @@ body:
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.
Please write your issue in English. You can use tools like [DeepL](https://www.deepl.com) to translate if necessary.
**If you choose to upload screenshots or videos (which we always encourage), please make sure they do not contain any sensitive information.**
- type: input
id: version
@ -43,6 +45,9 @@ body:
- install.sh
- Hosted by Grokability
- Other
- Not sure
validations:
required: true
- type: textarea
id: what-happened
attributes:
@ -97,4 +102,4 @@ body:
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).
options:
- label: I agree to follow this project's Code of Conduct
required: true
required: true