diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..62379506 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +### Before you go +Unless this is a simple fix (typos, bugs with obvious solution), please open an issue first. +If the edited files were covered by tests, updated tests are required for merging. Please look into the tests folders and make sure you cover new code. + +- Fixes ... (*issue number*) +- Tests: ... (*yes/no*) +- Docs updated: ... (*yes/no*) + +### Solution +If applicable, briefly describe how the issue was addressed.