Added feature template

This commit is contained in:
David Wakelin 2021-08-05 09:54:03 +01:00
parent 6b76dfbe66
commit 127ad7e14a

14
.github/ISSUE_TEMPLATE/FEATURE.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Feature request
description: Request new functionality
title: "[Feature]: "
labels: [ new ]
assignees:
- MacroMan
body:
- type: textarea
id: idea
attributes:
label: Description
description: Please provide as much detail as you can about what you'd like to see. If you can, a pull request is the fastest way to add new features.
validations:
required: true