Skip to content

Commit eef8227

Browse files
PB-219: Clean page builder static test blacklist
- add pull request templates
1 parent b770b23 commit eef8227

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
## Scope
2+
### Story
3+
<!---
4+
* [<issue_number>](https://jira.corp.magento.com/browse/<issue_number>) <issue_title>
5+
-->
6+
7+
### Bug
8+
<!---
9+
* [<issue_number>](https://jira.corp.magento.com/browse/<issue_number>) <issue_title>
10+
-->
11+
12+
### Task
13+
<!---
14+
* [<issue_number>](https://jira.corp.magento.com/browse/<issue_number>) <issue_title>
15+
-->
16+
17+
### Builds
18+
<!---
19+
[All-User-Requested-Tests](https://m2build-ur.devops.magento.com/job/All-User-Requested-Tests/<build_number>)
20+
-->
21+
22+
### Related Pull Requests
23+
<!---
24+
https://github.com/magento/magento2ce/pull/<related_pr>
25+
-->
26+
27+
### Checklist
28+
- [ ] PR is green on M2 Quality Portal
29+
- [ ] Jira issues have accurate summary, meaningful description and have links to relevant documentation at the story/task level
30+
- [ ] Semantic Version build failure is approved by architect (if build is red) <Architect Name>
31+
- [ ] Pull Request approved by architect <Architect Name>
32+
- [ ] Pull Request quality review performed by <name>
33+
- [ ] All unstable functional acceptance tests are isolated (if any)
34+
- [ ] All linked Zephyr tests are approved by PO and have Ready to Use status
35+
- [ ] Travis CI build is green (for mainline CE only)
36+
- [ ] Jenkins Extended FAT build is green

0 commit comments

Comments
 (0)