mirror of
https://github.com/JonasunderscoreJones/.github.git
synced 2025-10-22 18:09:19 +02:00
Added generic feature request template
This commit is contained in:
parent
98641aabdd
commit
af08ef535d
1 changed files with 23 additions and 0 deletions
23
ISSUE_TEMPLATE/feature_request.yml
Normal file
23
ISSUE_TEMPLATE/feature_request.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
name: ✨Feature Request
|
||||
description: Request a new feature or enhancement
|
||||
labels: ["enhancement"]
|
||||
title: "[FEAT]: "
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please make sure this feature request hasn't been already submitted by someone by looking through other open/closed issues
|
||||
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: Give us a brief description of the feature or enhancement you would like
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: additional-information
|
||||
attributes:
|
||||
label: Additional Information
|
||||
description: Give us some additional information on the feature request like proposed solutions, links, screenshots, etc.
|
Loading…
Add table
Add a link
Reference in a new issue