You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
451 B
17 lines
451 B
name: Feature Request
|
|
description: Request a new feature
|
|
title: "[Feature Request]: "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for your request this will not gurantee that we will implement it, but it will be reviewed.
|
|
|
|
- type: textarea
|
|
id: body
|
|
attributes:
|
|
label: Description
|
|
description: Please provide details about your enhancement.
|
|
validations:
|
|
required: true
|
|
|