diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..2a4467d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ +## Description + + + +## Type of Change + +- [ ] Bug fix +- [ ] New feature +- [ ] Refactor +- [ ] Documentation +- [ ] Other (describe): + +## Checklist + +- [ ] Code compiles without errors +- [ ] Tests pass locally (`cargo test`) +- [ ] Code is formatted (`cargo fmt`) +- [ ] No clippy warnings (`cargo clippy`) + +## Related Issues + +