Merge pull request #265 from Ate329/main
Create normal_issue.yaml for normal issues
This commit is contained in:
23
.github/ISSUE_TEMPLATE/normal_issue.yaml
vendored
Normal file
23
.github/ISSUE_TEMPLATE/normal_issue.yaml
vendored
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user