File tree Expand file tree Collapse file tree 4 files changed +86
-38
lines changed Expand file tree Collapse file tree 4 files changed +86
-38
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+ title : ' '
5
+ labels : bug
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ <!-- -
11
+ Thank you for contributing to Magento.
12
+ To help us process this issue we recommend that you add the following information:
13
+ - Summary of the issue,
14
+ - Information on your environment,
15
+ - Steps to reproduce,
16
+ - Expected and actual results,
17
+ Fields marked with (*) are required. Please don't remove the template.
18
+ -->
19
+
20
+ ** Describe the bug** (* )
21
+
22
+ A clear and concise description of what the bug is.
23
+
24
+ ** To Reproduce** (* )
25
+
26
+ Steps to reproduce the behavior:
27
+ 1 . Go to '...'
28
+ 2 . Click on '....'
29
+ 3 . Scroll down to '....'
30
+ 4 . See error
31
+
32
+ ** Expected behavior** (* )
33
+
34
+ A clear and concise description of what you expected to happen.
35
+
36
+ ** Screenshots**
37
+
38
+ If applicable, add screenshots to help explain your problem.
39
+
40
+ ** Please complete the following information:** (* )
41
+
42
+ - OS: [ e.g. iOS]
43
+ - PhpStorm/Intellij version [ e.g. 2019.3.3]
44
+ - Version [ e.g. 1.0.0]
45
+
46
+ ** Additional context**
47
+
48
+ Add any other context about the problem here.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for this project
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ <!-- -
11
+ Thank you for contributing to Magento.
12
+ To help us process this issue we recommend that you add the following information:
13
+ - Summary of the issue,
14
+ - Expected and actual results,
15
+ Fields marked with (*) are required. Please don't remove the template.
16
+ -->
17
+
18
+ ** Is your feature request related to a problem? Please describe.**
19
+
20
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
21
+
22
+ ** Describe the solution you'd like** (* )
23
+
24
+ A clear and concise description of what you want to happen.
25
+
26
+ ** Describe alternatives you've considered**
27
+
28
+ A clear and concise description of any alternative solutions or features you've considered.
29
+
30
+ ** Additional context**
31
+
32
+ Add any other context or screenshots about the feature request here.
Original file line number Diff line number Diff line change 9
9
10
10
<!-- - Please provide a general summary of the Pull Request in the Title above -->
11
11
12
- ### Description (* )
12
+ ** Description** (* )
13
13
<!-- -
14
14
Please provide a description of the changes proposed in the pull request.
15
15
Letting us know what has changed and why it needed changing will help us validate this pull request.
16
16
-->
17
17
18
- ### Fixed Issues (if relevant)
18
+ ** Fixed Issues (if relevant)**
19
19
<!-- -
20
20
If relevant, please provide a list of fixed issues in the format magento/magento2-phpstorm-plugin#<issue_number>.
21
21
There could be 1 or more issues linked here and it will help us find some more information about the reasoning behind this change.
22
22
-->
23
23
1 . magento/magento2-phpstorm-plugin#<issue_number>: Issue title
24
24
25
- ### Questions or comments
25
+ ** Questions or comments**
26
26
<!-- -
27
27
If relevant, here you can ask questions or provide comments on your pull request for the reviewer
28
28
For example if you need assistance with writing tests or would like some feedback on one of your development ideas
29
29
-->
30
30
31
- ### Contribution checklist (* )
31
+ ** Contribution checklist** (* )
32
32
- [ ] Pull request has a meaningful description of its purpose
33
33
- [ ] All commits are accompanied by meaningful commit messages
34
-
34
+ - [ ] All new or changed code is covered with integration/functional tests (if applicable)
35
+ - [ ] All automated tests passed successfully (all builds are green)
You can’t perform that action at this time.
0 commit comments