Skip to content

Commit

Permalink
docs: Added PR review menu docs (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 authored Jun 15, 2023
1 parent 8370510 commit a88e3a9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions docs/chrome-extension/using-the-chrome-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ That's empower developers with AI tools to:

Here are some of the features that make the OpenSauced GitHub Profile Connector so useful:

### Leverage AI generate pull request descriptions
### Leverage AI to generate pull request descriptions

This will help you to create a PR based on the configuration you have in the extension, it will enable you to create the summary based on either **Commit Messages** or **The diff between the files** or **both**, you can even set the length and the tone of the message using the same settings.

_note: This feature is not available on private repositories._
_Note: This feature is not available on private repositories._

![generate pr description](../../static/gif/pr-description.gif)

Expand Down Expand Up @@ -63,11 +63,20 @@ You can use this settings to set the strictness and the tone of the generated AI
**Formal:** This PR fixes the follow call and linting issues in the `ContributorHighlightCard` component. A new function `FollowUser` has been added to handle the follow/unfollow functionality. The `useFollowUser` hook has been moved inside this function. The `FollowUser` function is now used in place of the previous follow/unfollow code block. This PR also merges the `beta` branch into `fix-follow-check`.


## Leverage AI generate for suggested code during pull request reviews
## Leverage AI to generate suggestions during pull request reviews

_note: This feature is not available on private repositories._
The extension enables easier PR reviews by augmenting the PR review page with AI features.

![generate code suggestions](../../static/gif/code-suggestions.gif)
_Note: The following features are not available on private repositories._

### AI Code Refactoring
![generate code refactor](../../static/gif/pr-code-refactor.gif)

### AI Code Test Generation
![generate code refactor](../../static/gif/pr-code-test.gif)

### AI Code Explanation
![generate code refactor](../../static/gif/pr-code-explain.gif)

### View valuable insights about your GitHub profile

Expand Down
Binary file removed static/gif/code-suggestions.gif
Binary file not shown.
Binary file added static/gif/pr-code-explain.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/gif/pr-code-refactor.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/gif/pr-code-test.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a88e3a9

Please sign in to comment.