feat: After users provide bug feedback, move directly to the WriteCode stage of the process.

This commit is contained in:
莘权 马 2023-12-12 21:32:03 +08:00
parent d759b4d81e
commit 4cb3485c86
10 changed files with 132 additions and 27 deletions

View file

@ -74,6 +74,7 @@ MESSAGE_ROUTE_TO_ALL = "<all>"
MESSAGE_ROUTE_TO_NONE = "<none>"
REQUIREMENT_FILENAME = "requirement.txt"
BUGFIX_FILENAME = "bugfix.txt"
PACKAGE_REQUIREMENTS_FILENAME = "requirements.txt"
DOCS_FILE_REPO = "docs"