Add enhancement issue template
This commit is contained in:
parent
6dd6503067
commit
9bc4167b9b
1 changed files with 23 additions and 0 deletions
23
.github/ISSUE_TEMPLATE/enhancement.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/enhancement.md
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
name: Enhancement / Feature Request
|
||||
about: Suggest a new capability
|
||||
title: 'Feature Request: '
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Summary:**
|
||||
What the new capability is.
|
||||
|
||||
**How important this is to me and why:**
|
||||
|
||||
Importance: High/Medium/Low
|
||||
|
||||
Use cases:
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
**Additional context / similar features:**
|
||||
Any examples of good implementations of this capability.
|
Loading…
Reference in a new issue