File size: 1,179 Bytes
5f685fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
name:  Feature request
description: Suggest an feature / idea for this project
title: '✨ [Feature Request / Suggestion]: '
labels: ['feature']
body:
  - type: markdown
    attributes:
      value: |
        We appreciate your feedback on how to improve this project. Please be sure to include as much details & any resources if possible!

  - type: textarea
    id: Suggestion
    attributes:
      label: Suggestion / Feature Request
      description: Describe the feature(s) you would like to see added.
      placeholder: Tell us your suggestion
    validations:
      required: true

  - type: textarea
    id: why-usage
    attributes:
      label: Why would this be useful?
      description: Describe why this feature would be useful.
      placeholder: Tell us why this would be useful to have this feature
    validations:
      required: false

  - type: textarea
    id: screenshots-assets
    attributes:
      label: Screenshots/Assets/Relevant links
      description: If applicable, add screenshots, assets or any relevant links that can help understand the issue.
      placeholder: Provide any relevant material here
    validations:
      required: false