From 671e79f01b8160eb42baf84ec84f30def5e5d9d7 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 23 Sep 2025 16:35:04 +0100 Subject: [PATCH] =?UTF-8?q?Sorry,=20this=20shouldn=E2=80=99t=20have=20been?= =?UTF-8?q?=20in=20there=20:(?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/Bug-Report.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug-Report.yml b/.github/ISSUE_TEMPLATE/Bug-Report.yml index badb94e95a..8e7aa1599a 100644 --- a/.github/ISSUE_TEMPLATE/Bug-Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug-Report.yml @@ -70,28 +70,35 @@ body: - type: dropdown id: on-demo attributes: - label: Can you reproduce this on the demo at https://demo.snipeitapp.com? + label: Can you reproduce this on the public demo? + description: You can check this at https://demo.snipeitapp.com. options: - 'Yes' - 'No' - N/A + validations: + required: true - type: dropdown id: fmcs attributes: label: Do you have full multiple company support enabled? - description: You can check this in Admin Settings > General Settings > Scoping. + description: You can check this in your Snipe-IT installation at `Admin Settings > General Settings > Scoping`. options: - 'Yes' - 'No' + validations: + required: true - type: dropdown id: fmcs-location attributes: label: If you have full multiple company support enabled, do you have location scoping to company enabled? - description: You can check this in Admin Settings > General Settings > Scoping. + description: You can check this in your Snipe-IT installation at `Admin Settings > General Settings > Scoping`. options: - 'Yes' - 'No' - I do not have full multiple company support enabled + validations: + required: true - type: textarea id: server-logs attributes: @@ -127,4 +134,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 \ No newline at end of file