Skip to content

Commit b9ba2a4

Browse files
authored
Update issue templates
1 parent 7630545 commit b9ba2a4

File tree

4 files changed

+89
-0
lines changed

4 files changed

+89
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report
3+
about: Technical issue with Magento Coding Standard
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
### Preconditions
11+
<!---
12+
Provide any important information on the environment where bug is reproducible.
13+
-->
14+
1.
15+
2.
16+
17+
### Steps to reproduce
18+
<!---
19+
Important: Provide a set of clear steps to reproduce this bug. We can not provide support without clear instructions on how to reproduce.
20+
-->
21+
1.
22+
2.
23+
24+
### Expected result
25+
<!--- Tell us what do you expect to happen. -->
26+
1.
27+
2.
28+
29+
### Actual result
30+
<!--- Tell us what happened instead. Include error messages and issues. -->
31+
1.
32+
2.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Existing rule enhancement
3+
about: Improvement for existing Magento Coding Standard rule
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
### Description
11+
<!--- Describe the enhancement you would like to make. -->
12+
13+
### Expected behavior
14+
<!--- What is the expected behavior of this improvement? -->
15+
16+
### Benefits
17+
<!--- How do you think this feature would improve Magento Coding Standard? -->
18+
19+
### Additional information
20+
<!--- What other information can you provide about the desired feature? -->
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Existing sniffs enhancement
3+
about: Improvement for existing Magento Coding Standard rule
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
### Description
11+
<!--- Describe the enhancement you would like to make. -->
12+
13+
### Expected behavior
14+
<!--- What is the expected behavior of this improvement? -->
15+
16+
### Benefits
17+
<!--- How do you think this feature would improve Magento Coding Standard? -->
18+
19+
### Additional information
20+
<!--- What other information can you provide about the desired feature? -->
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: New rule proposal
3+
about: Proposal for new Magento Coding Standard rule
4+
title: ''
5+
labels: proposal
6+
assignees: ''
7+
8+
---
9+
10+
### Rule
11+
<!--- Provide a high level explanation of the rule -->
12+
13+
### Reason
14+
<!--- Explain, why this rule improves code quality -->
15+
16+
### Implementation
17+
<!--- If possible: how to technically check the compliance to this rule -->

0 commit comments

Comments
 (0)