Skip to content

Commit

Permalink
We dont need to invoke autopilot in tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
caxaria committed Nov 3, 2023
1 parent a936ded commit 75cf599
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/getting-started/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ This section provides a detailed guide on how to use Code Autopilot for various
## Proposing a Coding Solution

1. **Create a New Issue**: In your GitHub repository, create a new issue describing the task for which you need a coding solution.
2. **Invoke Autopilot**: Mention `@autopilot` in the issue description or on a comment to invoke Autopilot on the task.
3. **Review Suggestions**: Once Autopilot processes the task description, review the suggested coding solution provided.
2. **Review Suggestions**: `@autopilot` will automatically process the task description, and propose a coding solution.

## Bug Fixing

1. **Create a Bug Ticket**: Create a ticket describing the bug you wish to fix.
2. **Invoke Autopilot**: Mention `@autopilot` in the ticket description or on a comment to invoke Autopilot on the bug.
3. **Review Suggestions**: Review the suggested bug fix provided by Autopilot, and implement the fix as necessary.
2. **Review Suggestions**: `@autopilot` will automatically review the suggested bug, and propose the code to implement the fix.

## Reviewing PRs

Expand Down

0 comments on commit 75cf599

Please sign in to comment.