diff --git a/.github/ISSUE_TEMPLATE/FEATURE.yml b/.github/ISSUE_TEMPLATE/FEATURE.yml new file mode 100644 index 0000000..f266272 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE.yml @@ -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