We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de0f7a commit e048346Copy full SHA for e048346
1 file changed
.github/ISSUE_TEMPLATE/bug-report.yaml
@@ -29,6 +29,11 @@ body:
29
description: Please provide a step-by-step guide on how to reproduce this issue.
30
validations:
31
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`)
37
- type: dropdown
38
id: os
39
attributes:
@@ -41,10 +46,10 @@ body:
41
46
42
47
43
48
- type: input
44
- id: version
49
+ id: node-version
45
50
51
label: Node version
- description: What Node version are you running?
52
+ description: What Node version are you running? (check with `node -v`)
53
placeholder: e.g. 20.0.0
54
55
required: false
0 commit comments