From 877394daefab7f4e40ba579bf174fb0ae50eb0d6 Mon Sep 17 00:00:00 2001 From: yemeen Date: Thu, 2 Oct 2025 16:19:11 -0400 Subject: [PATCH] Add documentation and test updates to pull request template --- .github/pull_request_template.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6e47ba1..7a5710f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,7 @@ - +# Pull Request + +## Summary + ## Description @@ -17,11 +20,24 @@ - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] Documentation update +- [ ] Code refactoring +- [ ] Performance improvement +- [ ] Test improvement ## Checklist - [ ] My code follows the code style of this project. (`make clean`) -- [ ] I have incremented the version number in the `pyproject.toml` file. -- [ ] I have added tests to cover my changes. +- [ ] I have incremented the version number in the `pyproject.toml` file (if applicable). +- [ ] I have added tests to cover my changes (if applicable). - [ ] All new and existing tests passed. (`make tests`) +- [ ] I have updated the documentation (if applicable). +- [ ] My changes generate no new warnings. +- [ ] I have added any necessary new dependencies to `pyproject.toml`. + +## Additional Notes + + +## Screenshots (if applicable) + \ No newline at end of file