File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments