Skip to content

Commit

Permalink
chore(repo): update bug template to ask user's OS (nrwl#16726)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 authored May 4, 2023
1 parent b7b04a7 commit 22dd46a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/ISSUE_TEMPLATE/1-bug.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

name: 🐞 Bug Report
description: This form is to report unexpected behavior in Nx.
labels: ["type: bug"]
labels: [ "type: bug" ]
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -54,6 +53,16 @@ body:
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.
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
id: additional
attributes:
Expand Down

0 comments on commit 22dd46a

Please sign in to comment.