From ef93f7d699bef5eae18199fb035d791cdf8b4999 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Sat, 11 Sep 2021 07:30:35 +0200 Subject: [PATCH] Update bug.yml --- .github/ISSUE_TEMPLATE/bug.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 7f8a1c3..e99caa7 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -20,7 +20,7 @@ body: 2. 3. ... - render: bash + render: plaintext validations: required: true - type: dropdown @@ -33,6 +33,13 @@ body: - Linux validations: required: true + - type: input + id: rejects-version + attributes: + label: Rejects Version + description: You can put commit hash of the version of meteor rejects you are using. + validations: + required: false - type: input id: meteor-version attributes: @@ -55,6 +62,6 @@ body: 2. 3. ... - render: bash + render: plaintext validations: required: false