aboutsummaryrefslogtreecommitdiff
path: root/.github/DISCUSSION_TEMPLATE/ideas.yml
blob: 93dde0c8341d0f963fa6e07a965d1c848bfaedde (plain) (blame)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
body:
  - type: markdown
    attributes:
      value: |
        Have an idea for a new feature or an improvement? Let us know here!

  - type: checkboxes
    id: checklist
    attributes:
      label: Checklist
      options:
        - label: I have used the search function for [open](https://github.com/Docile-Alligator/Infinity-For-Reddit/discussions/categories/ideas) **and** [closed](https://github.com/Docile-Alligator/Infinity-For-Reddit/discussions/categories/completed-ideas) ideas to see if someone else has already submitted the same request.
          required: true
        - label: I will describe the feature with as much detail as possible.
          required: true

  - type: markdown
    attributes:
      value: |
        Thanks for taking the time to share your idea!

  - type: textarea
    id: description
    attributes:
      label: Description
      description: Please describe your idea in as much detail as possible.
      placeholder: I think it would be great if...
    validations:
      required: true

  - type: textarea
    id: alternatives
    attributes:
      label: Alternatives
      description: Please describe any alternative solutions or features you've considered.
      placeholder: I've considered...
    validations:
      required: false

  - type: textarea
    id: additional
    attributes:
      label: Additional context
      description: Add your use-case, screenshots, mock-up, or anything else you think might be helpful.
      placeholder: I think this would be a great addition because...
    validations:
      required: true

  - type: dropdown
    id: importance
    attributes:
      label: How important is this feature?
      multiple: false
      options:
        - Critical
        - Important
        - Nice to have

  - type: textarea
    id: other
    attributes:
      label: Anything else?
      description: Is there anything else you'd like to add?
    validations:
      required: false

  - type: textarea
    id: solution
    attributes:
      label: Solution
      description: If you have an idea of how this can be implemented, please share it here.
      placeholder: I think this could be done by...
    validations:
      required: false