mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-25 13:50:22 +00:00
Add feature request issue template yaml
This commit is contained in:
parent
85fe49e4f4
commit
f1324a298d
1 changed files with 24 additions and 0 deletions
24
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
Normal file
24
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
name: Feature Request
|
||||
description: Request a new feature or an improvement to an existing one.
|
||||
title: "[Feature Request]: "
|
||||
labels: [feature request]
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Feature Description
|
||||
description: Please describe your proposed feature in a clear an concise manner.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: rationale
|
||||
attributes:
|
||||
label: Rationale
|
||||
description: How would this feature be used? What problems does it solve? Why is it useful to others?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: details
|
||||
attributes:
|
||||
label: Additional Details
|
||||
description: You can elaborate on your ideas here. Implementation ideas, diagrams, links to existing examples of similar features etc.
|
Loading…
Reference in a new issue