test
Форк от lirfrnk/test
64 строки · 1.7 Кб
1name: Bug report
2description: Create a report to help us improve. Report bugs found while using the project
3title: "[BUG]"
4labels: [bug]
5body:
6- type: markdown
7attributes:
8value: "Provide a general summary of the issue in the Title above"
9- type: textarea
10id: description
11attributes:
12label: Description
13description: Provide a general summary of the issue in the Title above
14validations:
15required: true
16- type: input
17id: expectedbhv
18attributes:
19label: Expected behavior
20description: Tell us what should happen
21validations:
22required: true
23- type: input
24id: actualbhv
25attributes:
26label: Actual behavior
27description: Tell us what happens instead
28validations:
29required: true
30- type: input
31id: possiblefix
32attributes:
33label: Possible fix
34description: Not obligatory, but suggest a fix or reason for the bug
35validations:
36required: false
37- type: textarea
38id: steps
39attributes:
40label: Steps to reproduce
41description: |
42Provide a link to a live example, or an unambiguous set of steps to
43reproduce this bug. Include code to reproduce, if relevant
44placeholder: |
451.
462.
473.
484.
49validations:
50required: true
51- type: textarea
52id: context
53attributes:
54label: Context
55description: How has this bug affected you? What were you trying to accomplish?
56validations:
57required: true
58- type: textarea
59id: extrainformation
60attributes:
61label: Additional information
62description: Is there anything else we should know about this bug?
63validations:
64required: false
65
66