Skip to content

Commit 173bba8

Browse files
Updated PR github template
1 parent 4d306c6 commit 173bba8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
### This pull request...
22

3-
* [ ] Fixes a bug.
3+
* [ ] Fixes a bug. Closes #TICKET-NUMBER
44
* [ ] Adds new feature or improves existing behaviour.
55
* [ ] Documentation change.
66

77
### Checklist:
88

99
* [ ] I have opened the issue ticket that this pull request is part of.
10-
* [ ] This pull request title contains `Fixes: #{$ISSUE_NO}` that closes ticket.
10+
* [ ] This pull request title contains `(#TICKET-NUMBER)` for reference..
11+
* [ ] This pull request description contains `Closes #{$ISSUE_NO}` that closes ticket.
1112
* [ ] This pull request is all my own work - I have not plagiarized.
1213
* [ ] This contribution is licensed under MIT or compatible license.
1314
* [ ] All code is covered in unit tests and all tests pass.
14-
* [ ] I have updated the documentation that covers all the changes this pull request makes.
15+
* [ ] I have updated the docs to cover PR's changes (if applicable).
1516
* [ ] All functions and variable names follow project naming conventions.
1617
* [ ] All function parameters and return values are annotated with PHP [type hints](https://www.php.net/manual/en/language.oop5.typehinting.php).
1718
* [ ] All functions have [PHPDocs](https://docs.phpdoc.org/3.0/guide/references/phpdoc/index.html) blocks.

0 commit comments

Comments
 (0)