Skip to content

Commit e048346

Browse files
committed
docs: add package version input to bug report template
1 parent 5de0f7a commit e048346

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ body:
2929
description: Please provide a step-by-step guide on how to reproduce this issue.
3030
validations:
3131
required: true
32+
- type: input
33+
id: package-version
34+
attributes:
35+
label: Code PushUp package version
36+
description: What version of `@code-pushup/` packages are you using? (check with e.g. `npm list @code-pushup/cli`)
3237
- type: dropdown
3338
id: os
3439
attributes:
@@ -41,10 +46,10 @@ body:
4146
validations:
4247
required: true
4348
- type: input
44-
id: version
49+
id: node-version
4550
attributes:
4651
label: Node version
47-
description: What Node version are you running?
52+
description: What Node version are you running? (check with `node -v`)
4853
placeholder: e.g. 20.0.0
4954
validations:
5055
required: false

0 commit comments

Comments
 (0)