Add an issue template for enhancement proposals

This commit is contained in:
Vadim Zeitlin 2022-01-14 01:49:14 +01:00
parent 77c3691cb2
commit f502a9b5d7

15
.github/ISSUE_TEMPLATE/enhancement.md vendored Normal file
View 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.