diff options
| author | 2025-02-05 10:13:46 +0100 | |
|---|---|---|
| committer | 2025-02-05 10:13:46 +0100 | |
| commit | ea2200262ea5088abaaa16b621a6e5e262ef1a32 (patch) | |
| tree | cce0bc79b34befb1e9429e707509c033360d58dc | |
| parent | f2bffe52df4707622a174527bc3686e645881836 (diff) | |
Update feature_request.yaml (#7302)
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 0eb0dd084..d6599b7fd 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -12,28 +12,28 @@ body: validations: required: true - type: textarea - id: description + 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: description + id: solution attributes: label: Describe the solution you’d like description: "A clear and concise description of what you want to happen." validations: required: true - type: textarea - id: description + id: alternatives attributes: label: Describe alternatives you’ve considered description: "A clear and concise description of any alternative solutions or features you’ve considered." validations: required: false - type: textarea - id: description + id: context attributes: label: Additional context description: "Add any other context or screenshots about the feature request here." |
