chore: remove os + version + log fields from bug report form

This commit is contained in:
Nicolas Giard 2022-03-11 14:03:17 -05:00 committed by GitHub
parent b6d740a124
commit 007e693d64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: