diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..836b6418d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +### What was the problem? + +### How did I fix it? + +### How to test it? + +### Review checklist +- [ ] The PR solves #INSERT_ISSUE_NUMBER +- [ ] All new code is covered with unit tests +- [ ] All new features are covered with e2e tests +- [ ] All new code follows best practices