Files
flatpak/.github/ISSUE_TEMPLATE/feature_request.yml
Hubert Figuière 74df24d8c4 github: add 'needs triage' by default
Signed-off-by: Hubert Figuière <hub@figuiere.net>
2024-02-10 12:06:07 -06:00

23 lines
913 B
YAML

name: Feature request
description: Request a feature
title: "[Feature request]: "
labels:
- "enhancement"
- "needs triage"
body:
- type: checkboxes
attributes:
label: Checklist
description: Please make sure you have read the following.
options:
- label: I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
required: true
- label: I have searched the [issue tracker](https://www.github.com/flatpak/flatpak/issues) for a feature request that matches the one I want to file, without success.
required: true
- type: textarea
attributes:
label: Suggestion
description: A clear and concise description of what you would like to see in the upcoming releases. Afterwards, describe the specific use case(s) that would be helped by this enhancement.
validations:
required: true