Skip to content

Commit

Permalink
Merge pull request #1266 from JeremyWu917/issue-template-upgrade
Browse files Browse the repository at this point in the history
Update ISSUE_TEMPLATE from md to yaml
  • Loading branch information
NaBian authored Sep 28, 2023
2 parents b879308 + b657f6c commit a13c6db
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit a13c6db

Please sign in to comment.