Skip to content

Commit 8e4f7ca

Browse files
committed
Added pull request template
1 parent db7575b commit 8e4f7ca

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
#### Link to ticket
3+
4+
Please add a link to the ticket being addressed by this change.
5+
6+
#### Description
7+
8+
Please include a short description of the suggested change and the reasoning behind the approach you have chosen.
9+
10+
#### Screenshot of the result
11+
12+
If your change affects the user interface you should include a screenshot of the result with the pull request.
13+
14+
#### Checklist
15+
16+
- [ ] My code is covered by test cases.
17+
- [ ] My code passes our test (all our tests).
18+
- [ ] My code passes our static analysis suite.
19+
- [ ] My code passes our continuous integration process.

0 commit comments

Comments
 (0)