diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.yml b/.github/ISSUE_TEMPLATE/report-a-bug.yml index 01f6ddbc9..0749f7895 100644 --- a/.github/ISSUE_TEMPLATE/report-a-bug.yml +++ b/.github/ISSUE_TEMPLATE/report-a-bug.yml @@ -10,20 +10,10 @@ body: id: description attributes: label: Describe the issue - description: Include as much info as possible, including the current behavior, expected behavior, screenshots, etc. + description: Include as much info as possible, including the current behavior, expected behavior, screenshots, etc. If this is a display / UX issue, make sure to list the browser(s) you're experiencing the issue on. placeholder: Description validations: required: true - - type: dropdown - id: browsers - attributes: - label: What browser(s) are you seeing the problem on? - multiple: true - options: - - Google Chrome / Microsoft Edge - - Mozilla Firefox - - Apple Safari - - Not Applicable - type: checkboxes id: terms attributes: