File tree Expand file tree Collapse file tree 2 files changed +47
-43
lines changed Expand file tree Collapse file tree 2 files changed +47
-43
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Bug report
2
+ description : Technical issue with the Magento 2 core components
3
+ labels : ["bug"]
4
+ body :
5
+ - type : checkboxes
6
+ attributes :
7
+ label : Have you read our guidelines?
8
+ description : |
9
+ Please read [our guidelines](https://github.com/magento/magento2/wiki/Issue-reporting-guidelines)
10
+ before submitting the issue.
11
+ options :
12
+ - label : I have read the guidelines
13
+ required : true
14
+ - type : textarea
15
+ attributes :
16
+ label : Current behavior
17
+ description : |
18
+ Tell us what happened. Include error messages and issues.
19
+ validations :
20
+ required : true
21
+ - type : textarea
22
+ attributes :
23
+ label : Expected behavior
24
+ description : |
25
+ Tell us what you expected to happen.
26
+ validations :
27
+ required : true
28
+ - type : textarea
29
+ attributes :
30
+ label : Steps to reproduce
31
+ description : |
32
+ Provide a set of clear steps to reproduce this bug.
33
+ validations :
34
+ required : true
35
+ - type : textarea
36
+ attributes :
37
+ label : Environment
38
+ description : |
39
+ Describe your environment. Provide all the details that will help us
40
+ to reproduce the bug.
41
+ value : |
42
+ - Magento version:
43
+ - OS:
44
+ - PHP:
45
+ ...
46
+ validations :
47
+ required : true
You can’t perform that action at this time.
0 commit comments