Skip to content

Commit

Permalink
Add hyperlinks to command references in workspace-mode.md documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
almog-lv committed Mar 15, 2024
1 parent 3900d4c commit a8d396f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/chat/modes/workspace-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ The following commands are supported in Workspace Mode, offering a wide range of

## Use Cases

- **Preparing for Commits**: Use `/commit` or `/describe` to craft meaningful commit messages and pull request descriptions.
- **Code Quality Assurance**: Employ `/review`, `/improve`, and `/issues` to enhance the quality and security of your code before finalizing changes.
- **Change Management**: Leverage `/recap` and `/update-changelog` to maintain comprehensive records of project evolution and ensure transparency.
- **Preparing for Commits**: Use [`/commit`](../commands/commit.md) or [`/describe`](../commands/describe.md) to craft meaningful commit messages and pull request descriptions.
- **Code Quality Assurance**: Employ [`/review`](../commands/review.md), [`/improve`](../commands/improve.md), and [`/issues`](../commands/issues.md) to enhance the quality and security of your code before finalizing changes.
- **Change Management**: Leverage [`/recap`](../commands/recap.md) and [`/update-changelog`](../commands/update-changelog.md) to maintain comprehensive records of project evolution and ensure transparency.

0 comments on commit a8d396f

Please sign in to comment.