diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index ce57afd..8c03a31 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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