From aadd9e20e5ab2118543ab8f4af45100249ac9f00 Mon Sep 17 00:00:00 2001 From: Xinwei Xiong <3293172751NSS@gmail.com> Date: Wed, 14 May 2025 16:40:28 +0800 Subject: [PATCH] Add PR template with enhanced checklist for SurfSense --- .github/PULL_REQUEST_TEMPLATE.md | 45 ++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..a80f145 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,45 @@ + + +## Description + + +## Motivation and Context + + +FIX # + +## Changes Overview + +- + +## Screenshots + + +## API Changes + +- [ ] This PR includes API changes + +## Types of changes + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Performance improvement (non-breaking change which enhances performance) +- [ ] Documentation update +- [ ] Breaking change (fix or feature that would cause existing functionality to change) + +## Testing + +- [ ] I have tested these changes locally +- [ ] I have added/updated unit tests +- [ ] I have added/updated integration tests + +## Checklist: + + +- [ ] My code follows the code style of this project +- [ ] My change requires documentation updates +- [ ] I have updated the documentation accordingly +- [ ] My change requires dependency updates +- [ ] I have updated the dependencies accordingly +- [ ] My code builds clean without any errors or warnings +- [ ] All new and existing tests passed \ No newline at end of file