Skip to content

Commit

Permalink
changed wip version to be a text area
Browse files Browse the repository at this point in the history
  • Loading branch information
guytavor authored Aug 9, 2022
1 parent 23d42c6 commit e497ad1
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,11 @@ body:
description: "For example, `12.5`."
validations:
required: true
- type: input
id: "git-version"
attributes:
label: "Git Version"
description: "For example, `2.37.1` e.g. Run `git --version`"
validations:
required: true
- type: input
- type: textarea
id: "wip-version"
attributes:
label: "Wip Version"
description: "Run `wip version` and paste here"
description: "Run `wip version` from your repo directory and paste the output here"
validations:
required: true
- type: textarea
Expand Down

0 comments on commit e497ad1

Please sign in to comment.