diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..30ef5b7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,30 @@ + + + + + + + +## Contribution Guidelines + +To sign and test your commits, please refer to [Contibution guidelines](./../CONTRIBUTING.md). + +## Checklist +- [ ] Changes tested in [container setup](./../README.md#option-1-teuthology-docker-setup) +- [ ] Changes tested in [non-containerized setup](./../README.md#option-2-non-containerized-with-venv-and-pip) +- [ ] Includes tests +- [ ] Documentation updated