From 89788137cef662b0adc263f35f7931c0b53a46c4 Mon Sep 17 00:00:00 2001 From: Willian Pinheiro Date: Fri, 29 Dec 2023 16:50:32 -0300 Subject: [PATCH] Fix test --- .github/ISSUE_TEMPLATE/test2.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/test2.yml b/.github/ISSUE_TEMPLATE/test2.yml index 602843c..6ec93ed 100644 --- a/.github/ISSUE_TEMPLATE/test2.yml +++ b/.github/ISSUE_TEMPLATE/test2.yml @@ -1,12 +1,12 @@ -name: New UI example -description: Propose a new UI example for an existing tag -title: "[NEW UI EXAMPLE] " -labels: ["enhancement"] +name: 🐞 Bug +description: File a bug/issue +title: "[BUG] <title>" +labels: ["Bug", "Needs Triage"] body: -- type: input +- type: checkboxes attributes: - label: "For which tag?" - description: "The tag name must already exist" - placeholder: "Example: navbar" - validations: - required: true \ No newline at end of file + label: Is there an existing issue for this? + description: Please search to see if an issue already exists for the bug you encountered. + options: + - label: I have searched the existing issues + required: true \ No newline at end of file