From a77d003fd1c1f01f60f6f2984fcb667f77bae06f Mon Sep 17 00:00:00 2001 From: Gabriel Moreno Date: Sat, 3 Jan 2026 12:18:02 -0400 Subject: [PATCH] feat: add `PULL_REQUEST_TEMPLATE.md` --- .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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..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 + +