From 37629163f191613b53964a2b6971caee2a6d7083 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: Mon, 24 Feb 2025 21:55:07 +0100 Subject: [PATCH] Define more tasks at the PR template --- .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index 7f942fbcd..22cd6896f 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -1,21 +1,24 @@ ## Description of the changes - +_A brief description of what has been modified in the system._ ### Affected components - +_e.g. WCS adapter, the Apollo 11 integration, k.Explorer..._ ### Related issues -Link here any Pull Request, issue, confluence page or Asana task related to this Pull Request? +_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 +- [ ] Is the documentation up to date? ## How can this changes be validated? Write a step by step guide of what should be done to validate these changes: +1. Step 1 +2. Step 2 ### Other things to have in mind