From 488e875a8eafcde9cc24d9073de58d8e4f22d49a Mon Sep 17 00:00:00 2001 From: Integer Limit <103940576+IntegerLimit@users.noreply.github.com> Date: Thu, 26 Oct 2023 09:37:30 +1100 Subject: [PATCH] Streamline Issue Templates (#487) [SKIP] --- .github/ISSUE_TEMPLATE/001-bug-report.yml | 9 ++++++--- .github/ISSUE_TEMPLATE/002-feature-request.yml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/001-bug-report.yml b/.github/ISSUE_TEMPLATE/001-bug-report.yml index ab7f3fc..5d953d7 100644 --- a/.github/ISSUE_TEMPLATE/001-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/001-bug-report.yml @@ -11,7 +11,7 @@ body: id: version attributes: label: Nomi CEu Version - description: The version of Nomi CEu you were using when this bug was encountered. If you do not know what it is, check the title of your instance window. If you do not see your version here, please update to the newest version of the pack, which currently is 1.6, or the newest alpha/beta, which currently is 1.6.1-beta-2. + description: The version of Nomi CEu you were using when this bug was encountered. If you do not know what it is, check the title of your instance window. If you do not see your version here, please update to the newest alpha, beta or release of the pack. options: - 1.7-alpha-1 - 1.6.1a @@ -89,14 +89,17 @@ body: id: reproduction attributes: label: Reproduction Steps - description: "How do you trigger this bug? Please walk us through it step by step." + description: | + How do you trigger this bug? Please walk us through it step by step. + + Please leave this field blank if this is not applicable. (Quest Isuses, JEI Issues, Tooltip Issues, etc.) placeholder: | 1. 2. 3. ... validations: - required: true + required: false - type: textarea id: logs attributes: diff --git a/.github/ISSUE_TEMPLATE/002-feature-request.yml b/.github/ISSUE_TEMPLATE/002-feature-request.yml index b88ab51..c1ff5ea 100644 --- a/.github/ISSUE_TEMPLATE/002-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/002-feature-request.yml @@ -11,7 +11,7 @@ body: id: version attributes: label: Nomi CEu Version - description: The version of Nomi CEu you are using as the basis for this feature request. If you do not know what it is, check the title of your instance window. If you do not see your version here, please update to the newest version of the pack, which currently is 1.6, or the newest alpha/beta, which currently is 1.6.1-beta-2. + description: The version of Nomi CEu you were using when this bug was encountered. If you do not know what it is, check the title of your instance window. If you do not see your version here, please update to the newest alpha, beta or release of the pack. options: - 1.7-alpha-1 - 1.6.1a