Skip to content

Commit bcbd171

Browse files
authored
Update bug.yml
1 parent 0b8f472 commit bcbd171

1 file changed

Lines changed: 14 additions & 21 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,48 @@
1-
name: "🐛Bug Report"
2-
description: "File a bug report. Bug report can be anything, from poor UX, through incorrect behavior to performance degradation."
1+
name: "🐛 Bug Report"
2+
description: "File a bug report for poor UX, incorrect behavior, or performance issues."
33
title: "[Bug]: "
44
labels: ["triage"]
55
projects: ["flow-php/projects/1"]
6-
assignees: [norberttech]
6+
assignees: ["norberttech"]
77
body:
88
- type: markdown
99
attributes:
1010
value: |
1111
**Thanks for taking the time to fill out this bug report!**
12-
- type: markdown
12+
- type: textarea
1313
id: what-happened
1414
attributes:
15-
label: What happened?
16-
description: Also tell us, what did you expect to happen?
17-
placeholder: Tell us what you see!
15+
value: Tell us what you see and what you expected to happen.
1816
validations:
1917
required: true
2018
- type: textarea
2119
id: how-to-reproduce
2220
attributes:
23-
label: How to reproduce?
24-
description: Please provide a code required to reproduce given issue. This will be automatically formatted into a php code, so no need for backticks.
21+
value: Provide PHP code to reproduce the issue (no backticks needed).
2522
render: php
2623
validations:
2724
required: true
2825
- type: textarea
2926
id: data
3027
attributes:
31-
label: Data required to reproduce bug locally
32-
description: |
33-
If given bug requires more data to reproduce, please provide it here in a convenient format.
34-
- php array
35-
- csv
36-
- json
37-
- any other format if bug is format specific
28+
value: |
29+
If the bug requires specific data, provide it here in a convenient format:
30+
- PHP array
31+
- CSV
32+
- JSON
33+
- Other format if bug is format-specific
3834
validations:
3935
required: false
4036
- type: input
4137
id: version
4238
attributes:
43-
label: Version
44-
description: What version of Flow are you using?
45-
placeholder: "0.17.*"
39+
value: What version of Flow are you using? (e.g., 0.17.*)
4640
validations:
4741
required: true
4842
- type: textarea
4943
id: output
5044
attributes:
51-
label: Relevant error output
52-
description: Please copy and paste any relevant error output. This will be automatically formatted into code, so no need for backticks.
45+
value: Copy and paste any relevant error output (no backticks needed).
5346
render: shell
5447
validations:
5548
required: true

0 commit comments

Comments
 (0)