summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/feature-form.yaml
blob: cfd0793bde04da31524781bcc430dbafd411aa03 (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
name: Feature Request
description: Suggest an idea for improving this project
title: "[Feature]: "
labels: [enhancement]
# assignees:
#   - ChristianChiarulli 
body:
  - type: markdown
    attributes:
      value: |
        Thank you for helping us improve !
  - type: textarea
    id: motivation
    attributes:
      label: Feature motivation
      description: A clear and concise description of the problem or missing capability
      placeholder: |
        I am always frustrated when ...
    validations:
      required: true
  - type: textarea
    id: solution
    attributes:
      label: Describe the expected solution
  - type: textarea
    id: alternatives
    attributes:
      label: Describe the alternatives you've considered
      description: Let us know about other solutions you've tried or researched
  - type: textarea
    id: additional-context
    attributes:
      label: Additional context
      description: If applicable, add screenshots or link related issues