From b70377744ab393b913a01ef8818e833770628ebc Mon Sep 17 00:00:00 2001 From: Stormybytes Date: Fri, 3 Sep 2021 05:43:07 +0700 Subject: [PATCH] include other mods --- .github/ISSUE_TEMPLATE/bug.yml | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 2fd91f1..7f8a1c3 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -23,6 +23,16 @@ body: render: bash validations: required: true + - type: dropdown + id: operating-systems + attributes: + label: Operating System + options: + - macOS + - Windows + - Linux + validations: + required: true - type: input id: meteor-version attributes: @@ -35,13 +45,16 @@ body: label: Minecraft Version validations: required: true - - type: dropdown - id: operating-systems + - type: textarea + id: mods attributes: - label: Operating System - options: - - macOS - - Windows - - Linux + label: Other mods + description: What other mods you may be using? + value: | + 1. + 2. + 3. + ... + render: bash validations: - required: true \ No newline at end of file + required: false