From 22dd46a6c3c3aa32136d53e6637d1c7b95d0781b Mon Sep 17 00:00:00 2001 From: Colum Ferry Date: Thu, 4 May 2023 16:13:35 +0100 Subject: [PATCH] chore(repo): update bug template to ask user's OS (#16726) --- .github/ISSUE_TEMPLATE/1-bug.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml index a3498606bf..44e05a6803 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yml +++ b/.github/ISSUE_TEMPLATE/1-bug.yml @@ -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: @@ -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: