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