Merge pull request #1266 from JeremyWu917/issue-template-upgrade

Update ISSUE_TEMPLATE from md to yaml
This commit is contained in:
NaBian 2023-09-28 12:36:41 +08:00 committed by GitHub
commit a13c6db07e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 20 deletions

View File

@ -1,20 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: '[Feature request]'
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

View File

@ -0,0 +1,36 @@
name: Feature request
description: Suggest an idea for the HandyControl
title: "Feature request title"
body:
- type: dropdown
validations:
required: true
attributes:
label: Feature request type
options:
- sample request
- enhancement
- type: textarea
validations:
required: true
attributes:
label: Is your feature request related to a problem? Please describe
description: Please provide a description of the sample request or enhancement
placeholder: |
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
- type: textarea
validations:
required: true
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen
- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered
- type: textarea
attributes:
label: Additional context
description: Enter any other applicable info here
placeholder: |
Add any other context or screenshots about the feature request here.