You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Report an issue to help the project improve.'
5
-
title: '[Bug] '
3
+
name: 🐞 Bug Report
4
+
description: Report an issue to help the project improve.
5
+
title: '[Bug]:'
6
6
labels: ['type: bug']
7
7
8
8
assignees:
@@ -11,84 +11,91 @@ assignees:
11
11
body:
12
12
- type: markdown
13
13
attributes:
14
-
value: '🐞 Bug Report'
14
+
value: 🐞 **Bug Report**
15
15
16
16
- type: textarea
17
17
id: bug-description
18
18
attributes:
19
-
label: 'Describe the bug'
20
-
description: 'A clear and concise description of what the bug is.'
21
-
placeholder: 'Type here...'
19
+
label: Describe the bug
20
+
description: Please provide a clear and detailed description of what the bug is. This helps us understand the issue quickly and look for potential fixes.
21
+
placeholder: Explain the bug in as much detail as possible...
22
22
validations:
23
23
required: true
24
24
25
25
- type: textarea
26
26
id: regression
27
27
attributes:
28
-
label: 'Is this a regression?'
28
+
label: Is this a regression?
29
29
description: |
30
-
'Did this behaviour use to work in the previous version?
31
-
Yes, the last version in which this bug was not present was: ...'
32
-
placeholder: 'Yes or No and details...'
30
+
Was this functionality working in a previous version?
31
+
If yes, please mention the last version in which it worked properly.
32
+
Understanding regressions helps prioritize fixes.
33
+
placeholder: Yes or No, and details about the last working version...
33
34
validations:
34
35
required: false
35
36
36
37
- type: textarea
37
38
id: steps-to-reproduce
38
39
attributes:
39
-
label: 'To Reproduce'
40
+
label: To Reproduce
40
41
description: |
41
-
'Steps to reproduce the error:
42
+
'Please provide step-by-step instructions that reproduce the issue:
42
43
1. Use x argument / navigate to...
43
44
2. Fill this information...
44
45
3. Go to...
45
-
4. See error'
46
-
placeholder: 'Describe the steps...'
46
+
4. See error
47
+
placeholder: Detailed steps to reproduce the bug...
47
48
validations:
48
49
required: true
49
50
50
51
- type: textarea
51
52
id: expected-behaviour
52
53
attributes:
53
-
label: 'Expected behaviour'
54
-
description: 'A clear and concise description of what you expected to happen.'
55
-
placeholder: 'Type here...'
54
+
label: Expected behaviour
55
+
description: |
56
+
Describe what you expected to happen.
57
+
Clear expectations help understand the gap between current and desired states.
58
+
placeholder: What did you expect to happen instead of the bug?
56
59
validations:
57
60
required: true
58
61
59
62
- type: textarea
60
63
id: media
61
64
attributes:
62
-
label: 'Media prove'
63
-
description: 'If applicable, add screenshots or videos to help explain your problem.'
64
-
placeholder: 'Upload files or leave a link here...'
65
+
label: Media prove
66
+
description: If applicable, add screenshots or videos to better illustrate the issue. Visual aids can significantly aid in diagnosing problems quicker.
67
+
placeholder: Upload files or paste links here...
65
68
validations:
66
69
required: false
67
70
68
71
- type: textarea
69
72
id: environment
70
73
attributes:
71
-
label: 'Your environment'
74
+
label: Your environment
72
75
description: |
73
-
'Please provide information about your environment.
76
+
Provide detailed information about your environment to help us replicate the issue:
74
77
* OS: [e.g. Ubuntu]
75
78
* PHP version: [e.g. 8.2.2]
76
79
* Package version: [e.g. 1.0.0]
77
-
placeholder: 'Fill out all applicable fields...'
80
+
* Any relevant environment details
81
+
placeholder: List your environment details here...
78
82
validations:
79
83
required: false
80
84
81
85
- type: textarea
82
86
id: additional-context
83
87
attributes:
84
-
label: 'Additional context'
85
-
description: 'Add any other context or additional information about the problem here.'
86
-
placeholder: 'Type here...'
88
+
label: Additional context
89
+
description: Include any other context about the problem here, such as unusual system configurations, previous issues, or possible causes.
90
+
placeholder: Any additional information that could help us resolve the issue...
87
91
validations:
88
92
required: false
89
93
90
94
- type: markdown
91
95
attributes:
92
96
value: |
93
-
📛 To expedite issue processing, please search open and closed issues before submitting a new one.
94
-
Please read our Rules of Conduct at this repository's `.github/CODE_OF_CONDUCT.md` and the Contribution Guidelines at `.github/CONTRIBUTING.md` 📛
97
+
📛 To ensure a smooth issue processing, please check if a similar bug report has already been submitted before creating a new one.
98
+
We highly value your contributions, so please make sure to familiarize yourself with our repository's guidelines:
0 commit comments