fix: close implements tracker gap and clarify closing keywords (#110)

This commit is contained in:
2026-07-02 19:34:45 -04:00
parent 2e2da05eab
commit 0bbbca4223
7 changed files with 27 additions and 6 deletions
+2 -2
View File
@@ -90,8 +90,8 @@ is maintained by:
- the branch name (contains the issue number),
- a claim comment on the issue, e.g.
`Claimed. Branch: fix/issue-123-short-description. Worktree: branches/fix-issue-123-short-description.`,
- the PR body — `Closes #123` when the PR should close the issue, `Refs #123`
when related but not closing,
- the PR body — `Closes #123` or `Fixes #123` when the PR should close the issue
(do NOT use `Implements #123` or `Refs #123` to close, as Gitea will not auto-close),
- cleanup after merge — remove the remote branch, local branch, and the issue
worktree folder, and drop `status:in-progress`.