diff --git a/.gitea/PULL_REQUEST_TEMPLATE/default.md b/.gitea/PULL_REQUEST_TEMPLATE/default.md new file mode 100644 index 0000000..faa93b5 --- /dev/null +++ b/.gitea/PULL_REQUEST_TEMPLATE/default.md @@ -0,0 +1,32 @@ +--- +title: ": " +--- + +## Description + + + +### Decisions + + + +## Benefits + + + +## Checklist + +- [ ] Code follows conventional commit format. +- [ ] Branch follows naming convention (`/`). +- [ ] Tests pass (if applicable). +- [ ] Documentation updated (if applicable).