diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..4245ac0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,40 @@ +## What this PR introduces? + + + +## PR Checklist + +Please check if your PR fulfills the following requirements: + +- [ ] I followed GitFlow pattern to create the branch +- [ ] My code produces no warnings or errors in the console +- [ ] Tests for the changes have been added / updated +- [ ] Swagger Docs for all the possible requests and responses have been added / updated +- [ ] Mocks fot the database have been added / updated +- [ ] Lib of the service have been updated +- [ ] Lib package.json version have been increased and follow semantiic versioning + +## PR Type + +What kind of change does this PR introduce? + +``` +[ ] Hotfix +[ ] Bugfix +[ ] Feature +[ ] Documentation update +[ ] Code style update (formatting, local variables) +[ ] Refactoring (no functional changes, no api changes) +[ ] CI/CD related changes +``` + +## Does this PR introduce a breaking change? + +``` +[ ] Yes +[ ] No +``` + + + +## Other information (Prints, details, etc)