diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..f56dfc3a3 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,80 @@ +## Description + + + +## Type of Change + + + +- [ ] 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 +- [ ] Performance improvement +- [ ] Code refactoring +- [ ] Test coverage improvement +- [ ] CI/CD improvement + +## Related Issues + + + +Fixes # +Related to # + +## Changes Made + + + +- +- +- + +## Testing + + + +- [ ] Unit tests pass locally +- [ ] Integration tests pass locally +- [ ] Manual testing completed +- [ ] New tests added for new functionality + +### Test Configuration + +- Node version: +- Solidity version: +- Network tested on: + +## Checklist + + + +- [ ] My code follows the project's code style +- [ ] I have performed a self-review of my code +- [ ] I have commented my code, particularly in hard-to-understand areas +- [ ] I have made corresponding changes to the documentation +- [ ] My changes generate no new warnings +- [ ] I have added tests that prove my fix is effective or that my feature works +- [ ] New and existing unit tests pass locally with my changes +- [ ] Any dependent changes have been merged and published + +## Screenshots (if applicable) + + + +## Additional Context + + + +## Breaking Changes + + + +None + +--- + +**For Reviewers:** + + +