diff --git a/commit/command.yml b/commit/command.yml index 3a16fc1..d3db708 100644 --- a/commit/command.yml +++ b/commit/command.yml @@ -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" \ No newline at end of file + - run: $devchat_python $command_path/commit.py "$input" "english"