Уточнил правило смены ветки: останавливать выполнение до явного решения пользователя
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
### Git Collaboration Policy (General)
|
### Git Collaboration Policy (General)
|
||||||
- Ask user permission before commit.
|
- Ask user permission before commit.
|
||||||
- After approval: commit and push immediately.
|
- After approval: commit and push immediately.
|
||||||
- At the start of each new fix/feature task: propose switching to a dedicated `fix/*` or `feat/*` branch.
|
- At the start of each new fix/feature task: pause task execution, propose switching to a dedicated `fix/*` or `feat/*` branch, and continue only after explicit user decision on branch change necessity.
|
||||||
- After finishing work in `fix/*` or `feat/*`: propose either
|
- After finishing work in `fix/*` or `feat/*`: propose either
|
||||||
1. creating an MR into `main`, or
|
1. creating an MR into `main`, or
|
||||||
2. merging to `main` immediately and deleting the `fix/*`/`feat/*` branch.
|
2. merging to `main` immediately and deleting the `fix/*`/`feat/*` branch.
|
||||||
|
|||||||
Reference in New Issue
Block a user