diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000000..fbbb44569e0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ + + +- [ ] Each commit message has a non-empty body, explaining why the change was made. +- [ ] My contribution is formatted in line with CODING_STANDARD.md. +- [ ] Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md. +- [ ] Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message). +- [ ] My commit message includes data points confirming performance improvements (if claimed). +- [ ] My PR is restricted to a single feature or bugfix. +- [ ] White-space or formatting changes outside the feature-related changed lines are in commits of their own. + +