From 2982ef3952ead344126f76876dc8519f6e964402 Mon Sep 17 00:00:00 2001 From: Maud <110405507+mushroomempires@users.noreply.github.com> Date: Mon, 3 Aug 2026 14:49:17 +0200 Subject: [PATCH 1/2] chore: add 26.10 to the list of versions + orthographic corrections --- PULL_REQUEST_TEMPLATE.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index f94b030..482423e 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -2,9 +2,9 @@ **PLEASE MAKE SURE THAT THE BRANCH PR INCLUDES JIRA TICKET ID** (_for centreon-internal_) -Please include a short resume of the changes and what is the purpose of PR. Any relevant information should be added to help: -* **QA Team** (Quality Assurance) with tests. -* **reviewers** to understand what are the stakes of the pull request. +Please include a short resume of the changes and the general purpose of the pull request. Any relevant information should be added to help: +* the **QA Team** (Quality Assurance) with tests. +* **reviewers** to understand the stakes of this pull request. **Fixes** # (issue) @@ -12,16 +12,16 @@ Please include a short resume of the changes and what is the purpose of PR. Any - [ ] Patch fixing an issue (non-breaking change) - [ ] New functionality (non-breaking change) -- [ ] Breaking change (patch or feature) that might cause side effects breaking part of the Software +- [ ] Breaking change (patch or feature) that might cause side effects on critical parts of the software ## Target serie -- [ ] 24.04.x - [ ] 24.10.x - [ ] 25.10.x +- [ ] 26.10.x - [ ] master -

How this pull request can be tested ?

+

How can this pull request be tested?

Please describe the **procedure** to verify that the goal of the PR is matched. Provide clear instructions so that it can be **correctly tested**. From 4f2198be14574a0bafc7c15e238ca8a28f4f4563 Mon Sep 17 00:00:00 2001 From: Maud <110405507+mushroomempires@users.noreply.github.com> Date: Fri, 7 Aug 2026 10:07:54 +0200 Subject: [PATCH 2/2] Update PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 482423e..b775193 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -12,7 +12,7 @@ Please include a short resume of the changes and the general purpose of the pull - [ ] Patch fixing an issue (non-breaking change) - [ ] New functionality (non-breaking change) -- [ ] Breaking change (patch or feature) that might cause side effects on critical parts of the software +- [ ] Breaking change (patch or feature) that might cause unexpected side effects, breaking part of the software ## Target serie