diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..cf18bd0b --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,52 @@ +## Description + + + +## Motivation + + + +Fixes # + +## Changes + + + +- + +## Type of Change + + + +- [ ] Bug fix (non-breaking change that fixes an issue) +- [ ] New feature (non-breaking change that adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) +- [ ] Performance improvement +- [ ] Documentation update +- [ ] Code refactoring (no functional changes) +- [ ] Build/CI changes + +## Testing + + + +- [ ] I have tested this on SM90 (Hopper) GPU +- [ ] I have tested this on SM100 (Blackwell) GPU +- [ ] I have run the relevant test files (`python tests/test_*.py`) +- [ ] I have verified there are no performance regressions + +## Checklist + + + +- [ ] My code follows the project's coding style +- [ ] I have commented my code where necessary +- [ ] I have updated the documentation if needed +- [ ] My changes generate no new warnings +- [ ] I have added tests that prove my fix/feature works +- [ ] All existing tests pass locally + +## Additional Notes + + +