diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..c551ccb9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,33 @@ +## Description + + + +## Type of Change + +- [ ] Bug fix +- [ ] New feature +- [ ] Documentation update +- [ ] Refactor +- [ ] Other (please describe): + +## Related Issues + + + +## Testing + +- [ ] Tests added or updated +- [ ] No tests required + + + +## Checklist + +- [ ] Code is well-documented +- [ ] Changelog is updated (if needed) +- [ ] No sensitive information (e.g., keys, credentials) is included in the code +- [ ] All PR feedback is addressed + +## Additional Notes + +