test
Форк от lirfrnk/test
38 строк · 1.1 Кб
1name: Feature request
2description: Suggest features, propose improvements, discuss new ideas.
3title: "[FEATURE]"
4labels: [enhancement]
5body:
6- type: markdown
7attributes:
8value: Provide a general summary of the issue in the Title above
9- type: textarea
10id: description
11attributes:
12label: Detailed description
13description: Provide a detailed description of the change or addition you are proposing
14validations:
15required: true
16- type: textarea
17id: context
18attributes:
19label: Context
20description: |
21Why is this change important to you? How would you use it?
22How can it benefit other users?
23validations:
24required: true
25- type: textarea
26id: possibleimpl
27attributes:
28label: Possible implementation
29description: Not obligatory, but suggest an idea for implementing addition or change
30validations:
31required: false
32- type: textarea
33id: extrainformation
34attributes:
35label: Additional information
36description: Is there anything else we should know about this feature?
37validations:
38required: false
39