From e063a46195be3674763d497877df192f73225749 Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Tue, 10 Dec 2024 08:32:05 -0600 Subject: [PATCH] Submission form cleanup --- .github/ISSUE_TEMPLATE/card_bug.md | 18 ------------------ .github/ISSUE_TEMPLATE/card_bug.yml | 8 ++++---- 2 files changed, 4 insertions(+), 22 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/card_bug.md diff --git a/.github/ISSUE_TEMPLATE/card_bug.md b/.github/ISSUE_TEMPLATE/card_bug.md deleted file mode 100644 index 0f2226cc0..000000000 --- a/.github/ISSUE_TEMPLATE/card_bug.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: card_bug -about: Report a problem with a card -title: '' -labels: bug -assignees: '' - ---- - -*(Do not delete the replay links above.)* - -**Site** -List which sites this happened on so we know where to look in the replay. - -**Description** -Describe: -1. What happened -2. What you expected to happen diff --git a/.github/ISSUE_TEMPLATE/card_bug.yml b/.github/ISSUE_TEMPLATE/card_bug.yml index a625776f2..cdf0277d3 100644 --- a/.github/ISSUE_TEMPLATE/card_bug.yml +++ b/.github/ISSUE_TEMPLATE/card_bug.yml @@ -1,10 +1,10 @@ -name: Card bug Report +name: Card Bug Report description: File a Gemp bug report. title: "[Bug]: " labels: ["bug", "triage"] # projects: ["octo-org/1", "octo-org/44"] -assignees: - - octocat +# assignees: +# - octocat body: - type: markdown attributes: @@ -23,7 +23,7 @@ body: attributes: label: Replay Link(s) description: To find a replay link, log into Gemp and go to My Account > My Game History and copy the appropriate game link. - placeholder: https://play.lotrtcgpc.net/gemp-lotr/game.html?replayId=ketura$03v2dqktxmnubto1 + placeholder: https://play.lotrtcgpc.net/gemp-lotr/game.html?replayId=XXXXXXX validations: required: false - type: checkboxes