diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..d71bc2ff9 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +_Enter a good description of whats being changed and WHY + +## Checklist + +- [ ] pr title makes sense +- [ ] squashed to 1 commit +- [ ] added a test case if possible +- [ ] if new feature, added to the readme +- [ ] ci is happy and green +