From 233e9eddbeda6e20de7ed29c6b3d92b0a147354b Mon Sep 17 00:00:00 2001 From: Nikhil Nagarajan Date: Sun, 17 Aug 2025 15:59:13 -0400 Subject: [PATCH] [PR] testing something (#995) * testing something * added template for PR test --- .../community_pull_request_template.md | 55 +++++++++++++++++++ pull_request_template.md | 9 +++ 2 files changed, 64 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/community_pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/community_pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/community_pull_request_template.md new file mode 100644 index 00000000..25812870 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/community_pull_request_template.md @@ -0,0 +1,55 @@ +--- +name: Pull Request +about: Create a new pull request +title: "[Community PR] " +labels: community pr +assignees: '' +--- +## Description + +Please include a summary of the change and which issue is fixed (if applicable). Also include relevant context or motivation for the change. + +- Fixes #(issue) +- Closes #(issue) + +## Type of Change + +Please check the relevant options: + +- [ ] Bug fix +- [ ] New feature +- [ ] Code cleanup/refactor +- [ ] Documentation update +- [ ] Test coverage +- [ ] Dependency update +- [ ] Configuration change +- [ ] Other (please describe): + +## How Has This Been Tested? + +Please describe the tests you ran to verify your changes: + +- [ ] Manual testing +- [ ] Other: + +## Screenshots (if applicable) + +Include screenshots or GIFs to help explain your changes visually. + +## Checklist + +- [ ] My code follows the project style guidelines +- [ ] I have performed a self-review of my code +- [ ] I have commented my code where necessary +- [ ] I have made corresponding changes to the documentation +- [ ] My changes generate no new warnings or errors +- [ ] I have added tests that prove my fix or feature works +- [ ] New and existing tests pass locally with my changes + +## Additional Comments + +Add any other context or questions here. + +--- + +> Thank you for your contribution! 🎉 diff --git a/pull_request_template.md b/pull_request_template.md index 194ce9f4..c1b8cbfa 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,3 +1,12 @@ +--- +name: Pull Request +about: Create a new pull request +title: "[PR] " +labels: pr +assignees: '' +--- +Is this a community PR? Please go to preview tab and click [here](?expand=1&template=community_pull_request_template.md). If not, delete this line. + ## Description Please include a summary of the change and which issue is fixed (if applicable). Also include relevant context or motivation for the change.