fixbug: fixbug intent

This commit is contained in:
莘权 马 2024-04-01 19:44:00 +08:00
parent f75382b918
commit de53a1ae35
3 changed files with 22 additions and 8 deletions

View file

@ -47,7 +47,14 @@ SOP_CONFIG = [
# "Run QA test on the project repository.",
"Stage and commit changes for the project repository using Git.",
],
)
),
SOPItem(
description="Error message, issues, fix bug",
sop=[
"Fix bugs in the project repository.",
"Stage and commit changes for the project repository using Git.",
],
),
]