Files
AndroidJava/Inure/.github/ISSUE_TEMPLATE/feature_request.yml
T
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

77 lines
3.4 KiB
YAML

name: Feature Request
description: Suggest a new feature or enhancement.
title: "[Feature Request] Your Title Here"
labels: [ feature request ]
body:
- type: markdown
attributes:
value: |
Thanks for suggesting a feature! Please provide as much detail as possible.
- Do not merge multiple feature requests into one issue. Each feature request should be in a separate issue.
- Do not offer financial or material compensation in exchange for a feature request.
- Do not make a personal request for a feature that is not relevant to the project or to the wide range of users.
If your feature request starts with _I want this_ or _I need this_, it is likely a personal request and should not be submitted.
- type: checkboxes
id: confirmation
attributes:
label: Confirmation
description: |
Please confirm the following:
options:
- label: I have read the [Code of Conduct](https://github.com/Hamza417/Inure/blob/master/CODE_OF_CONDUCT.md)
required: true
- label: I have searched the existing issues
required: true
- type: input
id: feature_description
attributes:
label: Feature Description
description: A clear and concise description of what the feature is and what problem it solves.
placeholder: Describe the feature here
validations:
required: true
- type: textarea
id: solution
attributes:
label: Describe the Solution
description: A clear and concise description of what you want to happen.
placeholder: Describe the solution here
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe Alternatives (if applicable)
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: Describe alternatives here
- type: textarea
id: additional_context
attributes:
label: Additional Context (if applicable)
description: Add any other context or screenshots about the feature request here.
placeholder: Provide additional context here
- type: checkboxes
id: confirmation_2
attributes:
label: Sufficiency Confirmation
description: |
Please confirm the following:
options:
- label: I have provided all the information requested above and deemed sufficient for the developer to address the issue.
required: true
- label: I did not merge multiple feature requests into one issue.
required: true
- label: I am not offering financial or material compensation in exchange for this feature request.
required: true
- label: I did not make a personal request for a feature that is not relevant to the project or to the wide range of users.
If your FR starts with _I want this_ or _I need this_, it is likely a personal request and should not be submitted.
required: true