|
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." |
3 | 3 | title: "[Bug]: " |
4 | 4 | labels: ["triage"] |
5 | 5 | projects: ["flow-php/projects/1"] |
6 | | -assignees: [norberttech] |
| 6 | +assignees: ["norberttech"] |
7 | 7 | body: |
8 | 8 | - type: markdown |
9 | 9 | attributes: |
10 | 10 | value: | |
11 | 11 | **Thanks for taking the time to fill out this bug report!** |
12 | | - - type: markdown |
| 12 | + - type: textarea |
13 | 13 | id: what-happened |
14 | 14 | 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. |
18 | 16 | validations: |
19 | 17 | required: true |
20 | 18 | - type: textarea |
21 | 19 | id: how-to-reproduce |
22 | 20 | 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). |
25 | 22 | render: php |
26 | 23 | validations: |
27 | 24 | required: true |
28 | 25 | - type: textarea |
29 | 26 | id: data |
30 | 27 | 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 |
38 | 34 | validations: |
39 | 35 | required: false |
40 | 36 | - type: input |
41 | 37 | id: version |
42 | 38 | 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.*) |
46 | 40 | validations: |
47 | 41 | required: true |
48 | 42 | - type: textarea |
49 | 43 | id: output |
50 | 44 | 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). |
53 | 46 | render: shell |
54 | 47 | validations: |
55 | 48 | required: true |
0 commit comments