From 3457d20388b5ed8321b54f6e00040c611716ae88 Mon Sep 17 00:00:00 2001 From: Austin Lee Date: Fri, 16 Aug 2024 00:32:26 +0900 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/bug.yml | 9 ++++++++- .github/ISSUE_TEMPLATE/request.yml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 22ae672..1366a16 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,10 +1,17 @@ name: Bug Report -description: Write a bug report +description: Report about something malfunctioning or not working. DO NOT USE THIS TEMPLATE TO REPORT CONTENT. title: "[Bug]: " labels: ["Bug"] assignees: - HU-Lee body: + - type: checkboxes + attributes: + label: WARNING + description: This template is about something malfunctioning or not working. (ex. site crash) DO NOT USE THIS TEMPLATE TO REPORT CONTENT OR REQUEST THE FEATURE. Use "Request to HU-Lee" template instead. + options: + - label: I understand this and I want to report the bug + required: true - type: textarea id: current-behavior attributes: diff --git a/.github/ISSUE_TEMPLATE/request.yml b/.github/ISSUE_TEMPLATE/request.yml index abee724..df42abe 100644 --- a/.github/ISSUE_TEMPLATE/request.yml +++ b/.github/ISSUE_TEMPLATE/request.yml @@ -1,5 +1,5 @@ name: Request to HU-Lee -description: Write a request about this repository +description: Write a request about AE Check, like content issue. labels: ["Request"] assignees: - HU-Lee