Skip to content

Commit

Permalink
Convert feature request issue template into yaml configured form (#2214)
Browse files Browse the repository at this point in the history
Co-authored-by: Wei Ji <[email protected]>
  • Loading branch information
seisman and weiji14 authored Nov 29, 2022
1 parent 10973aa commit 2fa0594
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Feature request - General feature
description: Request the addition of a new feature/functionality
labels: ["feature request"]
body:
- type: textarea
attributes:
label: "Description of the desired feature"
description: |
Please be as detailed as you can in your description.
If possible, include an example of how you would like to use this feature (even better if it's a code example).
- type: dropdown
id: help
attributes:
label: Are you willing to help implement and maintain this feature?
description: |
Every feature we add is code that we will have to maintain and keep updated. This takes a lot of effort.
If you are willing to be involved in the project and help maintain your feature, it will make it easier for us to accept it.
options:
- "No"
- "Yes"
- "Maybe"
validations:
required: true

0 comments on commit 2fa0594

Please sign in to comment.