From 67868542713767f362c53f181242aa1bf15a6a8d Mon Sep 17 00:00:00 2001 From: Richard Zampieri Date: Wed, 2 Aug 2023 15:21:49 -0700 Subject: [PATCH] add new columns to issue form --- .github/ISSUE_TEMPLATE/bug_report.yml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cb77cef..75881c6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -36,7 +36,7 @@ body: label: "Steps to reproduce" description: | How the issue manifests? - You could leave this blank if you alread write this in your reproduction code/repo + You could leave this blank if you already write this in your reproduction code/repo placeholder: | 1. `npm i` 2. `npm start:dev` @@ -47,7 +47,7 @@ body: required: true attributes: label: "Expected behavior" - description: "A clear and concise description of what you expected to happend (or code)" + description: "A clear and concise description of what you expected to happen (or code)" - type: markdown attributes: @@ -64,6 +64,13 @@ body: **Tip**: Make sure that all of yours `@expressots/*` dependencies are in sync! placeholder: "1.0.2" + - type: checkboxes + attributes: + label: "Which project template was used?" + options: + - label: opinionated + - label: non-opinionated + - type: input attributes: label: "Node.js version" @@ -78,6 +85,14 @@ body: - label: Windows - label: Linux + - type: checkboxes + attributes: + label: "Which Package Managers have you tested?" + options: + - label: NPM + - label: YARN + - label: PNPM + - type: markdown attributes: value: |