main
 1name: Feature Request
 2description: Idea, feature request or proposal.
 3title: '[Idea]: '
 4labels: ['feature']
 5assignees:
 6  - antonmedv
 7
 8body:
 9  - type: markdown
10    attributes:
11      value: |
12        Thanks for sharing your vision!
13
14  - type: textarea
15    id: idea
16    attributes:
17      label: What's your idea?
18      placeholder: Tell us what you'd like to add or improve.
19      value: 'A new shiny feature!'
20    validations:
21      required: true
22
23  - type: textarea
24    id: why
25    attributes:
26      label: Why is that needed? How it may be useful?
27      placeholder: What problem does it solve?.
28      value: 'It will make something easier because...'
29    validations:
30      required: true
31
32  - type: textarea
33    id: demo
34    attributes:
35      label: Maybe you have a demo or example?
36      value: 'API sketch, code snippet'
37      render: ts
38    validations:
39      required: false