aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/feature_request.yml
blob: 4ec65bedaa8d34b43750ad0dd314384082955ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: Feature Request
description: Ask for new feature
labels: [new feature]
body:
  - type: markdown
    attributes:
      value: |
        Please search for existing issues before submitting a new one.
  - type: textarea
    id: feature-description
    attributes:
      label: Describe the new feature.
      description: Provide as much details as possible.
    validations:
      required: true
  - type: textarea
    id: info
    attributes:
      label: Images
      description: Upload any images to help describe your feature request here.
      placeholder: You can add images by clicking on the button in the bar that will appear once you click this textbox.