Skip to content

Commit 3429c44

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent 446d347 commit 3429c44

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Description
2+
3+
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
4+
5+
Fixes # (issue)
6+
7+
# Checklist:
8+
9+
- [ ] I have commented my code, particularly in hard-to-understand areas
10+
- [ ] I have run phpunit, phpcs, php-cs-fixer, phpmd
11+
- [ ] The new code is covered by unit tests
12+
- [ ] I have update the documentation to describe the changes

0 commit comments

Comments
 (0)