From 201d4c75d4c0a99671b2527ec4abdb05a928585b Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Thu, 18 Jan 2024 10:11:27 -0500 Subject: [PATCH] Replicated the User Story Template in a few ways to see if that fixes things --- .../{BUG-TEMPLATE.yml => bug_template.yml} | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) rename .github/ISSUE_TEMPLATE/{BUG-TEMPLATE.yml => bug_template.yml} (89%) diff --git a/.github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml b/.github/ISSUE_TEMPLATE/bug_template.yml similarity index 89% rename from .github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml rename to .github/ISSUE_TEMPLATE/bug_template.yml index 8e2249c30..fd4b119a9 100644 --- a/.github/ISSUE_TEMPLATE/BUG-TEMPLATE.yml +++ b/.github/ISSUE_TEMPLATE/bug_template.yml @@ -1,8 +1,12 @@ -name: Bug Report -description: File a bug report -title: "[Bug]: " -labels: ["bug"] +name: "Bug Report" +description: "Use this template to file a bug report" +title: "Bug: [Brief description of the bug]" + +labels: + - "Type: Bug" + assignees: + body: - type: markdown attributes: @@ -25,7 +29,7 @@ body: value: "A bug happened!" validations: required: true -- type: textarea + - type: textarea id: page attributes: label: What pages did this appear on?