mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 21:29:38 +02:00
Add feature request discussion template
This commit is contained in:
parent
6212d57915
commit
4efbb58197
1 changed files with 23 additions and 0 deletions
23
.github/DISCUSSION_TEMPLATE/feature-requests.yml
vendored
Normal file
23
.github/DISCUSSION_TEMPLATE/feature-requests.yml
vendored
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
title: Feature Request
|
||||||
|
labels: [ ":bulb: Feature Request" ]
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Thanks for your interest in Maybe! Please follow the template below to submit your feature request. You can visit our [roadmap](https://github.com/orgs/maybe-finance/projects/13) to see what's currently planned.
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Describe the feature
|
||||||
|
description: Provide a clear and concise description of the feature you would like.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Why is this feature important?
|
||||||
|
description: Tell us what specific problem(s) this feature solves for you or other users.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Additional context, screenshots, and relevant links
|
||||||
|
description: Provide additional info to help us evaluate whether this feature is a good fit for the product.
|
Loading…
Add table
Add a link
Reference in a new issue