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