diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 0000000000..2a37fa3a77 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -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.