We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d42c6 commit e497ad1Copy full SHA for e497ad1
.github/ISSUE_TEMPLATE/bug_report.yaml
@@ -61,18 +61,11 @@ body:
61
description: "For example, `12.5`."
62
validations:
63
required: true
64
- - type: input
65
- id: "git-version"
66
- attributes:
67
- label: "Git Version"
68
- description: "For example, `2.37.1` e.g. Run `git --version`"
69
- validations:
70
- required: true
71
+ - type: textarea
72
id: "wip-version"
73
attributes:
74
label: "Wip Version"
75
- description: "Run `wip version` and paste here"
+ description: "Run `wip version` from your repo directory and paste the output here"
76
77
78
- type: textarea
0 commit comments