From 007e693d6474be3568ff616d3df3bb728bf6a92f Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Fri, 11 Mar 2022 14:03:17 -0500 Subject: [PATCH] chore: remove os + version + log fields from bug report form --- .github/ISSUE_TEMPLATE/report-a-bug.yml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.yml b/.github/ISSUE_TEMPLATE/report-a-bug.yml index b37d6e654..cad0d0307 100644 --- a/.github/ISSUE_TEMPLATE/report-a-bug.yml +++ b/.github/ISSUE_TEMPLATE/report-a-bug.yml @@ -14,37 +14,15 @@ body: placeholder: Tell us what you see! validations: required: true - - type: input - id: version - attributes: - label: Version - description: What version of Datatracker are you running? - placeholder: e.g. 7.45.0 - - type: dropdown - id: os - attributes: - label: What operating system are you using? - options: - - Linux - - MacOS (arm) - - MacOS (x64) - - Windows - - Other - type: dropdown id: browsers attributes: - label: What browsers are you seeing the problem on? + label: What browser(s) are you seeing the problem on? multiple: true options: - Chrome / Edge - Firefox - Safari - - type: textarea - id: logs - attributes: - label: Relevant log output - description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. - render: shell - type: checkboxes id: terms attributes: