From 8b0d9e8c09a34829c65e4e6262aa509fd7e8f7e6 Mon Sep 17 00:00:00 2001 From: Bruno Lazarini <160411052+lazarinibruno@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:15:34 +0100 Subject: [PATCH] chore: Create pull_request_template.md --- .github/pull_request_template.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 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 000000000..0390173dc --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ +# Title + +## Description +This PR introduces... It closes issue #... + +## Changes + +## Files + +#### Added +- file 1 +- file 2 +- ... +#### Modified + +#### Removed + +## Dependencies Added +- dependency 1 for XXX +- ... + +## Testing + +## Screenshots (if applicable)