This commit is contained in:
wataru 2023-06-05 14:44:32 +09:00
parent 0f7aeb462a
commit 30d1d10f16
2 changed files with 16 additions and 16 deletions

View File

@ -1,16 +0,0 @@
---
name: Issue
about: Please provide as much detail as possible to convey the history of your problem.
---
body:
- type: dropdown
id: issue-type
attributes:
label: Issue Type
description: What type of issue would you like to report?
multiple: true
options: - Feature Request - Documentation Feature Request - Others
validations:
required: true

16
.github/ISSUE_TEMPLATE/issue.yaml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Issue
about: Please provide as much detail as possible to convey the history of your problem.
body:
- type: dropdown
id: issue-type
attributes:
label: Issue Type
description: What type of issue would you like to report?
multiple: true
options:
- Feature Request
- Documentation Feature Request
- Others
- Bug Report
validations:
required: true