Skip to content

Commit 6a0ad15

Browse files
authored
Update bug.yml
1 parent bcbfe3d commit 6a0ad15

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,24 @@ body:
1212
- type: textarea
1313
id: what-happened
1414
attributes:
15+
label: What happened?
1516
value: Tell us what you see and what you expected to happen.
1617
validations:
1718
required: true
1819
- type: textarea
1920
id: how-to-reproduce
2021
attributes:
22+
label: How to reproduce?
2123
value: Provide PHP code to reproduce the issue (no backticks needed).
2224
render: php
2325
validations:
2426
required: true
2527
- type: textarea
2628
id: data
2729
attributes:
30+
label: Data required to reproduce bug locally
2831
value: |
29-
If the bug requires specific data, provide it here in a convenient format:
32+
If the bug requires specific data, provide it here:
3033
- PHP array
3134
- CSV
3235
- JSON
@@ -36,12 +39,14 @@ body:
3639
- type: input
3740
id: version
3841
attributes:
42+
label: Version
3943
value: What version of Flow are you using? (e.g., 0.17.*)
4044
validations:
4145
required: true
4246
- type: textarea
4347
id: output
4448
attributes:
49+
label: Relevant error output
4550
value: Copy and paste any relevant error output (no backticks needed).
4651
render: shell
4752
validations:

0 commit comments

Comments
 (0)