Files
FreshRSS/.github/ISSUE_TEMPLATE/feature_request.yaml
2025-02-05 10:13:46 +01:00

42 lines
1.3 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: Feature Request
description: Suggest an idea for FreshRSS
type: Feature
title: "[Feature] "
labels: ["Feature Request"]
body:
- type: textarea
id: description
attributes:
label: Is your feature request related to a problem? Please describe.
description: "A clear and concise description of what the problem is. Ex. Im always frustrated when […]"
validations:
required: true
- type: textarea
id: usecase
attributes:
label: Use case
description: "A clear and concise description how you work with FreshRSS. Please support with examples."
validations:
required: false
- type: textarea
id: solution
attributes:
label: Describe the solution youd like
description: "A clear and concise description of what you want to happen."
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives youve considered
description: "A clear and concise description of any alternative solutions or features youve considered."
validations:
required: false
- type: textarea
id: context
attributes:
label: Additional context
description: "Add any other context or screenshots about the feature request here."
validations:
required: false