2022-02-21 06:15:41 +03:00
|
|
|
name: "[English] Feature Request"
|
|
|
|
description: "Create a report to help us improve"
|
|
|
|
title: "[Feature Request] "
|
2023-10-23 10:57:31 +03:00
|
|
|
labels: ["enhancement"]
|
2022-02-21 06:15:41 +03:00
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |
|
|
|
|
Thanks for taking the time to fill out this feature request!
|
|
|
|
|
|
|
|
NOTE: Be sure to put a clear and concise title **AFTER** `[Feature Request]` in the text box above.
|
2022-02-21 06:22:16 +03:00
|
|
|
|
|
|
|
<!-- template -->
|
2022-02-21 06:15:41 +03:00
|
|
|
- type: textarea
|
2022-02-21 06:19:43 +03:00
|
|
|
id: "description"
|
2022-02-21 06:15:41 +03:00
|
|
|
attributes:
|
|
|
|
label: "Feature Description"
|
|
|
|
description: |
|
|
|
|
A clear and concise description of the feature.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
2022-02-21 06:19:43 +03:00
|
|
|
id: "additional"
|
2022-02-21 06:15:41 +03:00
|
|
|
attributes:
|
|
|
|
label: "Additional"
|
|
|
|
description: |
|
|
|
|
Add any other context or screenshots about the feature request here.
|