File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Original file line number Diff line number Diff line change @@ -14,23 +14,29 @@ body:
14
14
id : description
15
15
attributes :
16
16
label : Description
17
- description : A clear and consise description of the problem
17
+ description : A clear and concise description of the problem
18
18
validations :
19
19
required : true
20
20
- type : textarea
21
21
id : how-to-reproduce
22
22
attributes :
23
23
label : How to reproduce
24
24
description : |
25
- Code and/or config needed to reproduce the problem.
26
- If it's a complex bug, create a "bug reproducer" as explained in https://symfony.com/doc/current/contributing/code/reproducer.html
25
+ ⚠️ This is the most important part of the report ⚠️
26
+ Without a way to easily reproduce your issue, there is little chance we will be able to help you and work on a fix.
27
+ Please, take the time to show us some code and/or config that is needed for others to reproduce the problem easily.
28
+ Most of the time, creating a "bug reproducer" as explained in the URL below is the best way to help us
29
+ and increases the chances someone will have a look at it:
30
+ https://symfony.com/doc/current/contributing/code/reproducer.html
27
31
validations :
28
32
required : true
29
33
- type : textarea
30
34
id : possible-solution
31
35
attributes :
32
36
label : Possible Solution
33
- description : " Optional: only if you have suggestions on a fix/reason for the bug"
37
+ description : |
38
+ Optional: only if you have suggestions on a fix/reason for the bug
39
+ Don't hesitate to create a pull request with your solution, it helps get faster feedback.
34
40
- type : textarea
35
41
id : additional-context
36
42
attributes :
You can’t perform that action at this time.
0 commit comments