From efd93fdc4cdeb8c7bc8fdc7c622fdcf1d211cde4 Mon Sep 17 00:00:00 2001 From: EduPonz Date: Thu, 4 Apr 2024 14:38:13 +0200 Subject: [PATCH] Refs #20750: Add check for XML API to PR template Signed-off-by: EduPonz --- .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 0867b79527d..80a817536cc 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.