Update bug_report.yaml

This commit is contained in:
Tonye Jack 2021-07-02 07:48:08 -04:00 committed by GitHub
parent 1ccd24eb1f
commit 8b80d7de2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,10 @@ title: "[BUG] <title>"
labels: [bug, needs triage] labels: [bug, needs triage]
body: body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Is there an existing issue for this? label: Is there an existing issue for this?
@ -11,10 +15,6 @@ body:
options: options:
- label: I have searched the existing issues - label: I have searched the existing issues
required: true required: true
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea - type: textarea
id: what-happened id: what-happened
attributes: attributes:
@ -35,6 +35,18 @@ body:
4. See error... 4. See error...
validations: validations:
required: true required: true
- type: dropdown
id: os
attributes:
label: What OS are you seeing the problem on?
multiple: true
options:
- ubuntu-latest or ubuntu-20.04
- ubuntu-18.04
- macos-latest or macos-10.15
- macos-11
- windows-latest or windows-2019
- windows-2016
- type: textarea - type: textarea
id: expected id: expected
attributes: attributes:
@ -43,33 +55,23 @@ body:
placeholder: Tell us what you expected! placeholder: Tell us what you expected!
validations: validations:
required: true required: true
- type: textarea
attributes:
label: Anything else?
description: |
Links?
References?
Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
- type: dropdown
id: os
attributes:
label: What OS are you seeing the problem on?
multiple: true
options:
- ubuntu
- macOS
- windows
- type: textarea - type: textarea
id: logs id: logs
attributes: attributes:
label: Relevant log output 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. description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell render: shell
- type: textarea
attributes:
label: Anything else?
description: |
Links? or References?
Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
- type: checkboxes - type: checkboxes
id: terms id: terms
attributes: attributes: