Skip to content

Commit f074db6

Browse files
committed
MQE-617: Expand MFTF PR checklist
1 parent 230792a commit f074db6

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

.github/ISSUE_TEMPLATE.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!--- Provide a general summary of the issue in the Title above -->
2+
3+
### Preconditions
4+
<!--- Provide a more detailed information of environment you use -->
5+
<!--- PHP, Selenium & Browser version, etc.., Magento version, tag, HEAD, etc.., if relevant -->
6+
1.
7+
2.
8+
9+
### Steps to reproduce
10+
<!--- Provide a set of unambiguous steps to reproduce this bug include code, if relevant -->
11+
1.
12+
2.
13+
3.
14+
15+
### Expected result
16+
<!--- Tell us what should happen -->
17+
1.
18+
19+
### Actual result
20+
<!--- Tell us what happens instead -->
21+
1. [Logs, Errors]
22+
23+
<!--- (This may be platform independent comment) -->

.github/PULL_REQUEST_TEMPLATE.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!--- Provide a general summary of the Pull Request in the Title above -->
2+
3+
### Description
4+
<!--- Provide a description of the changes proposed in the pull request -->
5+
6+
### Fixed Issues (if relevant)
7+
<!--- Provide a list of fixed issues in the format magento/magento2-functional-testing-framework#<issue_number>, if relevant -->
8+
1. magento/magento2-functional-testing-framework#<issue_number>: Issue title
9+
2. ...
10+
11+
### Contribution checklist
12+
- [ ] Pull request has a meaningful description of its purpose
13+
- [ ] All commits are accompanied by meaningful commit messages
14+
- [ ] All new or changed code is covered with unit/verification tests (if applicable)
15+
- [ ] All automated tests passed successfully (all builds on Travis CI are green)
16+
- [ ] Changes to Framework doesn't have backward incompatible changes for tests or have related Pull Request with fixes to tests

0 commit comments

Comments
 (0)