-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathtemplate_report.yml
97 lines (97 loc) · 2.41 KB
/
template_report.yml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
name: 🐛🐛🐛🐛🐛🐛🐛 Bug Report
description: A example of using template and build forms
title: '[Bug]: '
body:
- type: markdown
attributes:
value: |
This form has a really long dropdown making it unreadable and hard to maintain
Using the `template` option allows us to work on a clean and readable file making DX better
- type: checkboxes
id: terms
attributes:
label: CheckList
description: By submitting this issue, you agree to follow our [Code of Conduct]()
options:
- label: I agree to follow this project's Code of Conduct
required: true
- type: dropdown
id: static
attributes:
label: Static dropdown
description: Untouched by action
options:
- always
- here
validations:
required: true
- type: dropdown
id: long
attributes:
label: A long list
description: Generated
options:
-
validations:
required: true
- type: dropdown
id: long2
attributes:
label: Another long list
description: Generated
options:
-
validations:
required: true
- type: dropdown
id: year_end
attributes:
label: Updating in a PR
description: '[Creating a PR](/~https://github.com/ShaMan123/gha-form-dropdown-options#creating-a-pr)'
options:
-
validations:
required: true
- type: dropdown
id: _subs
attributes:
label: Recursive
description: 'Uses [Dynamic Substitution](/~https://github.com/ShaMan123/gha-form-dropdown-options#dynamic-substitution)'
options:
- 2022-09-27 00:00
- 2022-09-28 08:00
- 2022-09-29 12:00
- 2022-09-30 16:00
- 2022-10-01 20:00
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps To Reproduce
value: |
1.
2.
3.
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: Provide screenshots/screencasts if relevant
validations:
required: true
- type: textarea
id: error
attributes:
label: Error Message & Stack Trace
description: Provide logging outputs/errors if relevant
validations:
required: false