From e497ad12700bae7096ac14be1361178c6e9239c2 Mon Sep 17 00:00:00 2001 From: Guy Tavor Date: Tue, 9 Aug 2022 16:33:26 +0000 Subject: [PATCH] changed wip version to be a text area --- .github/ISSUE_TEMPLATE/bug_report.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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