Update bug-report.yaml
This commit is contained in:
52
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
52
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
@ -1,6 +1,5 @@
|
||||
name: Bug Report
|
||||
description: File a bug report
|
||||
title: "[Bug]: "
|
||||
name: Bug report
|
||||
description: You've found a bug, let's fix it together
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: markdown
|
||||
@ -12,48 +11,47 @@ body:
|
||||
attributes:
|
||||
label: Iris version
|
||||
description: You can find your version within Iris, under Settings / Advanced / Version
|
||||
placeholder: ex. 3.50.1
|
||||
placeholder: eg. 3.50.1
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
- type: checkboxes
|
||||
id: os
|
||||
attributes:
|
||||
label: Operating system
|
||||
label: Operating system(s) affected
|
||||
options:
|
||||
- Windows
|
||||
- MacOS
|
||||
- iOS
|
||||
- Android
|
||||
- Linux
|
||||
- Other
|
||||
- type: dropdown
|
||||
- label: Windows
|
||||
- label: MacOS
|
||||
- label: iOS
|
||||
- label: Android
|
||||
- label: Linux
|
||||
- label: Other
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: browser
|
||||
attributes:
|
||||
label: Browser
|
||||
label: Browser(s) affected
|
||||
options:
|
||||
- Firefox
|
||||
- Chrome
|
||||
- Edge
|
||||
- Other
|
||||
- label: Firefox
|
||||
- label: Chrome
|
||||
- label: Edge
|
||||
- label: Other
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: What happened?
|
||||
description: Also tell us, what you expected to happen
|
||||
placeholder: When I went to X, and clicked on Y, a thing happened.
|
||||
description: Where did something go wrong, and what were you expecting to happen?
|
||||
placeholder: |
|
||||
When I went to X, and clicked on Y, a thing happened.
|
||||
|
||||
Tip: You can attach screenshots or supporting files by clicking this area to highlight it and then drag files in.
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: test-mode
|
||||
attributes:
|
||||
label: Prior to collecting logs, I enabled test mode (within Iris, Settings / Debug / Test mode)
|
||||
options:
|
||||
- label: Test mode enabled
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Relevant log output
|
||||
label: Logs
|
||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
|
||||
Reference in New Issue
Block a user