From e67ce23a7cbae2dbeecff3da2a53efce6d1acef4 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Wed, 10 Sep 2025 10:23:22 -0700 Subject: [PATCH] Require installation method --- .github/ISSUE_TEMPLATE/Bug-Report.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Bug-Report.yml b/.github/ISSUE_TEMPLATE/Bug-Report.yml index e6df8d47ce..68ae1c8884 100644 --- a/.github/ISSUE_TEMPLATE/Bug-Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug-Report.yml @@ -43,6 +43,9 @@ body: - install.sh - Hosted by Grokability - Other + - Not sure + validations: + required: true - type: textarea id: what-happened attributes: @@ -97,4 +100,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 \ No newline at end of file + required: true