From 6254f6e9cde298b6ac92ad2c5534a1fb0dc21a00 Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov <1517853+kpavlov@users.noreply.github.com> Date: Tue, 21 Oct 2025 17:58:07 +0300 Subject: [PATCH] Update pull request template to improve clarity and add new checklist options. --- .github/pull_request_template.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d355cda..ec32d36 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,7 +4,10 @@ ## How Has This Been Tested? - + +- [ ] Automated unit / integration tests +- [ ] Tested manually +- [ ] Tested in a real application ## Breaking Changes @@ -13,13 +16,17 @@ - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) +- [ ] Test update (non-breaking change which adds or updates tests) +- [ ] Refactoring (non-breaking change which makes things better) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Documentation update +- [ ] CI/build script update (update CI workflow or build scripts) ## Checklist - + - [ ] I have read the [MCP Documentation](https://modelcontextprotocol.io) - [ ] My code follows the repository's style guidelines +- [ ] I have added automated tests for my change - [ ] New and existing tests pass locally - [ ] I have added appropriate error handling - [ ] I have added or updated documentation as needed