Skip to content

Commit

Permalink
Chore: bug report template update (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Jul 24, 2023
1 parent 37e3b89 commit 0f61440
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ body:
attributes:
label: Paste the command
description: |
The exact command you ran when you experienced a bug.
The exact `igir` command you ran when you experienced a bug.
Include the full `node`, `npm`, or `npx` command when not running the standalone `igir` executable.
validations:
required: true

Expand Down Expand Up @@ -45,17 +47,26 @@ body:
validations:
required: true

- type: input
attributes:
label: DAT(s) used
description: |
Links to the DATs that were used for this `igir` command, if any.
- type: input
attributes:
label: igir version
description: What version of igir are you running? This visible in the output header.
description: What version of `igir` are you running? This is visible in the output header.
validations:
required: true

- type: input
attributes:
label: Node.js version
description: What version of Node.js are you running? This can be seen with the `node --version` command.
description: |
What version of Node.js are you running? This can be seen with the `node --version` command.
You can specify "N/A" when using a standalone version of `igir`.
validations:
required: true

Expand Down

0 comments on commit 0f61440

Please sign in to comment.