45 lines
1.4 KiB
YAML
45 lines
1.4 KiB
YAML
name: Feature Request
|
|
description: Request a feature to make Ivy Wallet better
|
|
title: "[FEATURE] "
|
|
labels: ["user request"]
|
|
body:
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: "Please confirm the following:"
|
|
options:
|
|
- label: I've checked [the current issues](https://github.com/Ivy-Apps/ivy-wallet/issues) for duplicate issues.
|
|
required: true
|
|
- label: I've requested a single (only one) feature/change in this issue. It complies with the One Request Per GitHub Issue (ORPGI) rule.
|
|
required: true
|
|
- label: My issue is well-defined and describes how it should be implemented from UI/UX perspective.
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: What do you want to be added or improved?
|
|
description: "I want to:"
|
|
placeholder: As a user I want to ...
|
|
value: As a user I want to
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reason
|
|
attributes:
|
|
label: Why do you need it?
|
|
description: Explain with bullets why do you need it.
|
|
placeholder: |
|
|
- a
|
|
- b
|
|
- c
|
|
value: "- "
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: because
|
|
attributes:
|
|
label: How do you imagine it?
|
|
description: Write any implementation details that might help us better fulfill your feature request.
|
|
validations:
|
|
required: false
|