File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,13 @@ start-work --branch-name "<TASK_BRANCH_NAME>" --task-description "<message>"
3636<TASK_BRANCH_NAME> should be an appropriate short branch name that describes
3737well the task description or developer instructions. "<message>" should be
3838a verbatim copy of the task description or developer instructions (including
39- new line characters and other punctuation).
39+ new line characters and other punctuation). When running the shell commands,
40+ make sure to escape any characters that may cause issues, such as quotes,
41+ backslashes, and dollar signs.
4042
4143I REPEAT: THE start-work COMMAND SHOULD BE EXECUTED ONLY IF THE TASK
4244DESCRIPTION OR DEVELOPER INSTRUCTIONS ARE NOT "go" AND IT SHOULD BE
43- EXECUTED IMMEDIATELY.
45+ EXECUTED IMMEDIATELY UNDER THE REPOSITORY ROOT .
4446
4547EOF
4648
You can’t perform that action at this time.
0 commit comments