From 210977faf4d155e0ae54e69fe3515a15281cb3ec Mon Sep 17 00:00:00 2001 From: Siddharth Date: Sun, 23 Nov 2025 22:06:30 -0700 Subject: [PATCH] pr template --- .github/pull_request_template.md | 43 ++++++++++++++++++++++++++++++++ 1 file changed, 43 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..79f39d4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,43 @@ +# Pull Request Template + +## Description + + +## Motivation + + +## Type of Change +- [ ] New Feature +- [ ] Bug Fix +- [ ] Refactor / Code Cleanup +- [ ] Documentation Update +- [ ] Other (please specify) + +## Related Issue(s) + + +## Screenshots / Video + + +**Screenshot** (if applicable): + +```markdown +![Screenshot Description](path/to/screenshot.png) +``` + +**Video** (if applicable): + +```html + +``` + +## Testing + + +## Checklist +- [ ] I have performed a self-review of my code. +- [ ] I have added any necessary screenshots or videos. +- [ ] I have linked related issue(s) and updated the changelog if applicable. + +--- +*Thank you for contributing!*