diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..ef1bc39 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +## Problem +- describe what are you solving (or link issue) + +## Describe your changes +- added xxx +- removed yyy + +## Testing +How can be the change tested manually? + +## Checklist before requesting a review +- [ ] I have performed a self-review of my code +- [ ] If it is plausible, I have added automatic tests