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