From 19e378ebded29ceadc0e9e59555dc2a9ad6aa7c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8D=C3=B1igo=20Cobi=C3=A1n?= <88722294+inigo-cobian@users.noreply.github.com> Date: Wed, 5 Feb 2025 12:55:25 +0100 Subject: [PATCH] Create pull_request_template.md --- .../pull_request_template.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 000000000..7f942fbcd --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,25 @@ +## Description of the changes + + +### Affected components + + +### Related issues +Link here any Pull Request, issue, confluence page or Asana task related to this Pull Request? + + +## Checklist +- [ ] Successful build and test (Github build) +- [ ] Successful continuous integration (Jenkins) +- [ ] The modified code has been properly formated + + +## How can this changes be validated? +Write a step by step guide of what should be done to validate these changes: + + +### Other things to have in mind +- Are there any critical components affected? +- Have you encountered any edge cases? +- Do these changes have a due date? +