docs: require explicit issue-to-pr linking in gitea workflow
This commit is contained in:
@@ -52,5 +52,7 @@ This repository is a TypeScript monorepo for `nproxy`, a crypto-subscription ima
|
||||
- Treat the remote Gitea repository as the source of truth for task tracking when the user refers to `issues`.
|
||||
- Before starting implementation, open the relevant Gitea issue and read its full problem statement and acceptance criteria instead of guessing from local notes.
|
||||
- If the user asks to "continue work" or pick the next task, inspect the open Gitea issues and choose the first one that is logically ready to implement.
|
||||
- After finishing the task, push the branch and create a Gitea PR linked to the issue, usually with `Closes #<issue-number>` in the PR body.
|
||||
- After finishing the task, push the branch and create a Gitea PR linked to the issue.
|
||||
- Every task PR must include an issue reference in the PR body, usually `Closes #<issue-number>` (or `Refs #<issue-number>` when it should not auto-close on merge).
|
||||
- If the issue-to-PR link is not clearly visible in Gitea, add an explicit comment in the issue with the PR number and URL.
|
||||
- If Gitea access requires credentials or network escalation, use the configured repository environment and approved escalation flow instead of skipping the issue lookup.
|
||||
|
||||
Reference in New Issue
Block a user