Update /commit command description

This commit is contained in:
Jinglei Ren 2024-01-02 21:41:07 +08:00 committed by GitHub
parent 21fe7678a1
commit 9fdcbcd9d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
description: commit changes with commit message in english.
description: Writes a well-formatted commit message for selected code changes and commits them via Git. Include an issue number if desired (e.g., input "/commit to close #12").
hint: to close Issue #issue_number
input: optional
steps:
- run: $devchat_python $command_path/commit.py "$input" "english"
- run: $devchat_python $command_path/commit.py "$input" "english"