diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a3dd362..1a141d0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -39,9 +39,13 @@ make fmt && make lint && make test - [ ] Documentation updated (if applicable) - [ ] Commit messages follow [Conventional Commits](https://www.conventionalcommits.org/) -## Related Issues +## Resolves - + + + + +Resolves # ## Notes diff --git a/AGENTS.md b/AGENTS.md index d53a5c2..7fb8fc4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -77,6 +77,11 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for commit format (Conventional Commits) - Valid types: `feat`, `fix`, `docs`, `test`, `chore`, `refactor`, `perf`, `ci` - Run `make fmt && make lint && make test` before submitting +**Issue Linking:** +- When implementing a GitHub issue, include `Resolves #` in the PR description +- For sub-issues, add separate `Resolves #` lines +- If work is not tied to an issue, omit Resolves lines + ## Documentation - User guides: `docs/guides/*.md`