2021-12-01 21:52:51 +00:00
|
|
|
name: '🎁 Feature request'
|
2021-11-22 15:51:21 +00:00
|
|
|
description: Suggest a new feature/enhancement!
|
|
|
|
labels: ['enhancement']
|
|
|
|
title: '[feat req]'
|
|
|
|
body:
|
|
|
|
- type: textarea
|
|
|
|
id: feature
|
|
|
|
attributes:
|
|
|
|
label: What would you like to be added?
|
|
|
|
description: |
|
|
|
|
Please check existing issues to avoid making duplicates. Any duplicate issue will be closed immediately.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
id: reasoning
|
|
|
|
attributes:
|
|
|
|
label: Why is this needed?
|
|
|
|
validations:
|
2021-12-01 21:52:51 +00:00
|
|
|
required: true
|