From 521788a7fb4707dd3e5648d94a5e1a4a914a47ae Mon Sep 17 00:00:00 2001 From: Felix Staud Date: Tue, 9 Jul 2024 16:22:05 -0700 Subject: [PATCH] add mystery_event.yml issue form --- .github/ISSUE_TEMPLATE/mystery_event.yml | 93 ++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/mystery_event.yml diff --git a/.github/ISSUE_TEMPLATE/mystery_event.yml b/.github/ISSUE_TEMPLATE/mystery_event.yml new file mode 100644 index 00000000000..b199186edb5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/mystery_event.yml @@ -0,0 +1,93 @@ +name: Mystery Event +description: Propose a new mystery event +title: "[Event]: " +body: + - type: dropdown + id: rarity + attributes: + label: Rarity + multiple: false + options: + - Common (~4/8) + - Uncommon (~2/8) + - Rare + - Epic + - Legendary (~0.5/8 or 1 per 2 Classic runs) + - Other (please specify) + validations: + required: true + - type: input + id: floors + attributes: + label: Floors + placeholder: 1-200 + validations: + required: true + - type: textarea + id: description + attributes: + label: What is it? + validations: + required: true + - type: dropdown + id: biomes + attributes: + label: Biomes + multiple: true + options: + - any (no need to select all) + - TOWN + - PLAINS + - GRASS + - TALL_GRASS + - METROPOLIS + - FOREST + - SEA + - SWAMP + - BEACH + - LAKE + - SEABED + - MOUNTAIN + - BADLANDS + - CAVE + - DESERT + - ICE_CAVE + - MEADOW + - POWER_PLANT + - VOLCANO + - GRAVEYARD + - DOJO + - FACTORY + - RUINS + - WASTELAND + - ABYSS + - SPACE + - CONSTRUCTION_SITE + - JUNGLE + - FAIRY_CAVE + - TEMPLE + - SLUM + - SNOWY_FOREST + - ISLAND + - LABORATORY + - END + validations: + required: truea + - type: textarea + id: options + attributes: + label: Options offered + validations: + required: true + - type: textarea + id: design-notes + attributes: + label: Notes on Design + validations: + required: false + - type: textarea + id: dev-notes + attributes: + label: Notes to Devs + validations: + required: false