From 145a8ede9f5301ac830c77ecb31489761aad9fb9 Mon Sep 17 00:00:00 2001 From: "Zhiyong (Justin) He" Date: Wed, 24 Apr 2024 16:02:57 +0300 Subject: [PATCH] Create normal_issue.yaml --- .github/ISSUE_TEMPLATE/normal_issue.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/normal_issue.yaml diff --git a/.github/ISSUE_TEMPLATE/normal_issue.yaml b/.github/ISSUE_TEMPLATE/normal_issue.yaml new file mode 100644 index 0000000..8ea0de5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/normal_issue.yaml @@ -0,0 +1,23 @@ +name: Issue +description: Submit a normal issue. +title: "[Issue] " +labels: ["question"] +assignees: + - SAWARATSUKI +body: + - type: checkboxes + id: duplicate-check + attributes: + label: Check for duplicates + description: Check that the Issue has not been duplicated. + options: + - label: Checked + required: true + + - type: textarea + id: comment + attributes: + label: Comment + description: Please attach images to this area. + validations: + required: true