Skip to content

Commit e497ad1

Browse files
authored
changed wip version to be a text area
1 parent 23d42c6 commit e497ad1

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,11 @@ body:
6161
description: "For example, `12.5`."
6262
validations:
6363
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: input
64+
- type: textarea
7265
id: "wip-version"
7366
attributes:
7467
label: "Wip Version"
75-
description: "Run `wip version` and paste here"
68+
description: "Run `wip version` from your repo directory and paste the output here"
7669
validations:
7770
required: true
7871
- type: textarea

0 commit comments

Comments
 (0)