From 748f85ec61a4b8446ea460829cad432ca57de7ba Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:16:44 +0200 Subject: [PATCH] Add check for XML API to PR template (#4658) (#4660) Signed-off-by: EduPonz (cherry picked from commit 5eeee69b5f7935abab46ec240ef0ac44a223d894) Co-authored-by: Eduardo Ponz Segrelles --- .github/pull_request_template.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 823db0eab1d..b3fc7dea89f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,6 +10,7 @@ --> ## Description + ## Contributor Checklist + + + - [ ] Commit messages follow the project guidelines. - [ ] The code follows the style guidelines of this project. - [ ] Tests that thoroughly check the new feature have been added/Regression tests checking the bug and its fix have been added; the added tests pass locally - [ ] Any new/modified methods have been properly documented using Doxygen. +- [ ] Any new configuration API has an equivalent XML API (with the corresponding XSD extension) - [ ] Changes are ABI compatible. - [ ] Changes are API compatible. - [ ] New feature has been added to the `versions.md` file (if applicable). - [ ] New feature has been documented/Current behavior is correctly described in the documentation. - + - [ ] Applicable backports have been included in the description. ## Reviewer Checklist + - [ ] The PR has a milestone assigned. - [ ] The title and description correctly express the PR's purpose. - [ ] Check contributor checklist is correct.