summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/feature_request.yml
blob: 4729dec3f8803f69943188fee203a85f48d411b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: Feature request
description: Request a new feature or enhancement
labels: ["Needs: Triage", "Type: Feature request"]
body:
  - type: checkboxes
    id: checklist
    attributes:
      label: Checklist
      options:
        - label: I have used the search function for [**OPEN**](https://github.com/AntennaPod/AntennaPod/issues) issues to see if someone else has already submitted the same feature request.
          required: true
        - label: I have **also** used the search function for [**CLOSED**](https://github.com/AntennaPod/AntennaPod/issues?q=is%3Aissue+is%3Aclosed) issues to see if the feature was already implemented and is just waiting to be released, or if the feature was rejected.
          required: true
        - label: I will describe the problem with as much detail as possible.
          required: true
        - label: This request contains only one single feature, **not** a list of multiple (related) features.
          required: true
  - type: input
    id: version
    attributes:
      label: App version
      description: The latest version is different on each device, so we need the actual version number found on the settings screen.
      placeholder: x.y.z
    validations:
      required: true
  - type: dropdown
    id: source
    attributes:
      label: Where did you get the app from
      multiple: false
      options:
        - Google Play
        - F-Droid
        - Other
    validations:
      required: true
  - type: textarea
    id: problem
    attributes:
      label: Problem you may be having, or feature you want
      description: Give a brief explanation about the problem that may currently exist
  - type: textarea
    id: solution
    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.
  - type: textarea
    id: screenshots
    attributes:
      label: Screenshots / Drawings / Technical details
      description: If your request is about (or includes) changing or extending the UI, describe what the UI would look like and how the user would interact with it.