diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..5a000ac --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ + + + +Jira Issues: + + +- + +Checklist + +- [ ] Jira issue has been made public if possible +- [ ] `[RSPEED-]` is part of the PR title +- [ ] PR title explains the change from the user's point of view +- [ ] Code and tests are documented properly +- [ ] The commits are squashed to as few commits as possible (without losing data)