Skip to content

Commit

Permalink
add new columns to issue form
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Aug 2, 2023
1 parent 0159fc6 commit 6786854
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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:
Expand All @@ -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"
Expand All @@ -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: |
Expand Down

0 comments on commit 6786854

Please sign in to comment.