diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..e3c43bb --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,39 @@ +## Pull request checklist + +Please check if your PR fulfills the following requirements: +- [ ] Tests for the changes have been added (for bug fixes / features) +- [ ] Docs have been reviewed and added / updated if needed (for bug fixes / features) +- [ ] Tests (`bundle exec rake`) have passed locally +- [ ] Lint (`bundle exec rubocop`) has passed locally and any fixes were made for failures + + +## Pull request type + + + + + +Please check the type of change your PR introduces: +- [ ] Bugfix +- [ ] Feature +- [ ] Code style update (formatting, renaming) +- [ ] Refactoring (no functional changes, no api changes) +- [ ] Build related changes +- [ ] Documentation content changes +- [ ] Other (please describe): + +## Breaking Changes + + +Does This introduce a breaking change? +- [ ] Yes +- [ ] No + + +## Added + +## Removed + +## Changed + +## Fixed \ No newline at end of file