diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..97479ac3 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,40 @@ + + +## Description (*) + + +## Fixed Issues (if necessary) + +1. Issue #{issue_number} + +## Manual testing scenarios (*) + +1. ... +2. ... + +## Screenshots (if necessary) + + +## Questions or comments + + +## Contribution checklist (*) + - [ ] Pull request has a meaningful description of its purpose + - [ ] All commits are accompanied by meaningful commit messages + - [ ] All new or changed code is covered with unit/integration tests (if applicable) + - [ ] All automated tests passed successfully (all builds are green)