feat: redesign issue processing to planning and question board with WIP PR workflow (#3)
Co-authored-by: Michael <michael@example.com> Reviewed-on: #3
This commit is contained in:
@@ -50,10 +50,10 @@ Every change MUST follow this exact workflow:
|
||||
git push origin feat/descriptive-name
|
||||
```
|
||||
|
||||
6. **Create PR**: Always create a PR linking the issue using the dedicated `create_pull_request` tool:
|
||||
6. **Create / Update PR**: Always create or update PRs using the dedicated tools `create_pull_request` and `update_pull_request`.
|
||||
Do NOT use Gitea's `tea` CLI or GitHub's `gh` CLI via `run_command` (they run interactively and will freeze/hang indefinitely).
|
||||
Call `create_pull_request` directly.
|
||||
where the PR description follows the template below.
|
||||
Call the tools directly.
|
||||
The PR description/body MUST follow the template below.
|
||||
|
||||
### 📋 PR TEMPLATE (MANDATORY)
|
||||
Every PR body MUST use this exact template:
|
||||
|
||||
Reference in New Issue
Block a user