chore(repo): update bug template to ask user's OS (#16726)
This commit is contained in:
parent
b7b04a7e43
commit
22dd46a6c3
11
.github/ISSUE_TEMPLATE/1-bug.yml
vendored
11
.github/ISSUE_TEMPLATE/1-bug.yml
vendored
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
name: 🐞 Bug Report
|
name: 🐞 Bug Report
|
||||||
description: This form is to report unexpected behavior in Nx.
|
description: This form is to report unexpected behavior in Nx.
|
||||||
labels: [ "type: bug" ]
|
labels: [ "type: bug" ]
|
||||||
@ -54,6 +53,16 @@ body:
|
|||||||
label: Failure Logs
|
label: Failure Logs
|
||||||
description: Please include any relevant log snippets or files here. This will be automatically formatted into code, so no need for backticks.
|
description: Please include any relevant log snippets or files here. This will be automatically formatted into code, so no need for backticks.
|
||||||
render: shell
|
render: shell
|
||||||
|
- type: checkboxes
|
||||||
|
id: os
|
||||||
|
attributes:
|
||||||
|
label: Operating System
|
||||||
|
description: What Operating System are you using?
|
||||||
|
options:
|
||||||
|
- label: macOS
|
||||||
|
- label: Linux
|
||||||
|
- label: Windows
|
||||||
|
- label: Other (Please specify)
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: additional
|
id: additional
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user