memos/.github/ISSUE_TEMPLATE/feature_request.yml

37 lines
1.1 KiB
YAML
Raw Normal View History

2022-10-18 23:13:41 +08:00
name: Feature Request
2023-12-23 08:00:59 +08:00
description: If you have a suggestion for a new feature
2022-10-18 23:13:41 +08:00
labels: [enhancement]
body:
- type: markdown
attributes:
value: |
2023-12-23 08:00:59 +08:00
Before submitting a feature request, please check if the issue is already present in the issues. If it is, please add a reaction to the issue. If it isn't, please fill out the form below.
2022-10-18 23:13:41 +08:00
- type: textarea
attributes:
2023-12-27 09:00:16 +08:00
label: Describe the solution you'd like
2022-10-18 23:13:41 +08:00
description: |
2023-12-27 09:00:16 +08:00
A clear and concise description of what you want to happen.
2022-10-18 23:13:41 +08:00
placeholder: |
2023-12-23 08:00:59 +08:00
It would be great if [...]
2022-10-18 23:13:41 +08:00
validations:
required: true
2023-12-27 09:00:16 +08:00
- type: dropdown
2022-10-18 23:13:41 +08:00
attributes:
2023-12-27 09:00:16 +08:00
label: Type of feature
description: What type of feature is this?
options:
- User Interface (UI)
- User Experience (UX)
- API
- Documentation
- Integrations
- Other
default: 0
2022-10-18 23:13:41 +08:00
validations:
required: true
- type: textarea
attributes:
label: Additional context
2023-12-23 08:00:59 +08:00
description: |
What are you trying to do? Why is this important to you?