From 3175b000cf96daff224c36a6e5900a42011781be Mon Sep 17 00:00:00 2001 From: Rodolfo Olivieri Date: Mon, 25 Nov 2024 11:41:33 -0300 Subject: [PATCH] Add Pull Request template to keep descriptio orgainzed --- .github/pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/pull_request_template.md 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)