diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-06-14 17:42:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-14 17:42:23 +0200 |
commit | 8da45100d400eb4fa14ae12f9806e971be02587c (patch) | |
tree | 7e74a3c6349c3192433b44a5bd889936cba99b35 | |
parent | 76bc899173d162e1fe059454110078dc9f770185 (diff) | |
download | AntennaPod-8da45100d400eb4fa14ae12f9806e971be02587c.zip |
Make issue template easier to use (#7248)
Almost nobody used the problem/solution scheme we requested.
Users want to write their feature first before thinking about reasons.
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 4729dec3f..f06a4455c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -35,15 +35,15 @@ body: validations: required: true - type: textarea - id: problem + id: feature attributes: - label: Problem you may be having, or feature you want - description: Give a brief explanation about the problem that may currently exist + label: Feature or improvement you want + description: Try to be as specific as possible. Please not only explain what the feature does, but also how. - type: textarea - id: solution + id: reason attributes: - label: Suggested solution - description: Describe how your requested feature solves this problem. Try to be as specific as possible. Please not only explain what the feature does, but also how. + label: Why should this be added? + description: What problem does the feature solve? In what use-cases is the feature needed? - type: textarea id: screenshots attributes: |