summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/feature_request.yml
blob: 2b8244545954961cd7d3721ae12b6fabab3c26d7 (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
name: Feature Request
description: File a feature request
title: "[Enhancement] "
labels: ["enhancement"]

body:
  - type: markdown
    attributes:
      value: "Thanks for taking the time to fill out this feature request!"

  - type: textarea
    id: problem-description
    attributes:
      label: Problem description
      description: Description of the problem that needs to be solved.
      placeholder: What problem should be solved?
    validations:
      required: true

  - type: textarea
    id: solution-description
    attributes:
      label: Solution description
      description: Description of a possible problem solution.
      placeholder: Ideas for a solution?
    validations:
      required: false

  - type: checkboxes
    id: checklist
    attributes:
      label: Checklist
      description: Please check off the following checklist after you have performed the corresponding actions
      options:
        - label: I have checked for [existing Github issues](https://github.com/infinityofspace/pkb_client/issues) for the same feature request.
          required: true