From cd410fb772f33d7ac1e32a5ac68430f17171f3ae Mon Sep 17 00:00:00 2001 From: Vallari Agrawal Date: Mon, 27 Nov 2023 22:35:00 +0530 Subject: [PATCH] .github: add pull_request_template.md Add link for Contribution Guidelines and a checklist of things to go through to test suggested changes. Signed-off-by: Vallari Agrawal --- .github/pull_request_template.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/pull_request_template.md 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