docs: add issue linking instructions to PR workflow #23

Merged
mvhutz merged 1 commits from docs/issue-linking-workflow into main 2026-01-13 01:45:54 +00:00
Showing only changes of commit ba1d3a9fb1 - Show all commits

View File

@@ -77,3 +77,6 @@ Use the `tea` CLI (Gitea command-line tool) for PR operations instead of `gh`.
**Note**: Use `--description` (not `--body`) for PR body content.
**Creating PRs**: Always create PRs in a branch other than `main`, to the `main` branch unless specified otherwise. ALWAYS FOLLOW THE PR TEMPLATE, EXACTLY.
**Linking issues**: When a PR solves an issue, reference the issue in both the commit message and PR description using `Closes #<number>`.
This automatically links and closes the issue when the PR is merged.