From b34b40a38521f275f515f93337e64633a66c8a2a Mon Sep 17 00:00:00 2001 From: Adam Szerszenowicz <70147389+Pogromca-SCP@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:14:01 +0100 Subject: [PATCH] Added PR template --- .github/pull_request_template.md | 14 ++++++++++++++ 1 file changed, 14 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..3f7a6a4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +## Description +What goal does this PR attempts to achieve? + +## Resolution +What changes were made to achieve this goal? + +## Testing Evidence +How do you know that it works? + +## Related PRs/Dependencies +Is this PR relying on anything else? + +## Before merging +- [ ] If non-cosmetic changes were introduced -> Update project version and changelog. \ No newline at end of file