Add an issue template for enhancement proposals
This commit is contained in:
parent
77c3691cb2
commit
f502a9b5d7
1 changed files with 15 additions and 0 deletions
15
.github/ISSUE_TEMPLATE/enhancement.md
vendored
Normal file
15
.github/ISSUE_TEMPLATE/enhancement.md
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
name: Enhancement
|
||||
about: Propose a new feature or enhancement of an existing one
|
||||
title: ''
|
||||
labels: 'feature'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the proposed addition**
|
||||
|
||||
Implementation ideas and helpful links, e.g. to platform-specific API that can
|
||||
be used, are welcome.
|
||||
|
||||
Please mention if you propose to submit pull requests implementing this.
|
||||
Loading…
Add table
Add a link
Reference in a new issue