|
@@ -398,7 +398,10 @@ You always have to push the changes into the git reposiroty. Before pushing chan
|
|
|
## Issue handling
|
|
## Issue handling
|
|
|
- always update the issue which you works on
|
|
- always update the issue which you works on
|
|
|
- always add label to the issue if no label added
|
|
- always add label to the issue if no label added
|
|
|
- - always write comment with the current status of the work
|
|
|
|
|
|
|
+ - always write comment with the current status of the work
|
|
|
- when you create commit message, mention the issue if exists
|
|
- when you create commit message, mention the issue if exists
|
|
|
- - never close the issue
|
|
|
|
|
|
|
+ - close the issue only when:
|
|
|
|
|
+ - the user explicitly requests it, OR
|
|
|
|
|
+ - all work is completed and no further user interaction is needed
|
|
|
|
|
+ - never close an issue if you (Claude) need to ask the user for more information or if work is incomplete
|
|
|
|
|
|