Skip to content

Commit

Permalink
feat: add more descriptions for using the chrome extension page (open…
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgchan authored Jul 7, 2023
1 parent b2dc854 commit 442ae78
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/chrome-extension/using-the-chrome-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,24 +70,39 @@ The extension enables easier PR reviews by augmenting the PR review page with AI
_Note: The following features are not available on private repositories._

### AI Code Refactoring

Refactor a block of code by using the blue plus button that is displayed when hovering over a line. To select a block of code, hover over the starting line, click and drag the blue plus button until the desired line.

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

### AI Code Test Generation

Generate tests for a block of code by using the blue plus button that is displayed when hovering over a line. To select a block of code, hover over the starting line, click and drag the blue plus button until the desired line.

![generate code refactor](../../static/gif/pr-code-test.gif)

### AI Code Explanation

Generate an explanation for a block of code by using the blue plus button that is displayed when hovering over a line. To select a block of code, hover over the starting line, click and drag the blue plus button until the desired line.

![generate code refactor](../../static/gif/pr-code-explain.gif)

### View valuable insights about your GitHub profile

View stats about open issues, PRs made, average PRs velocity, and contributed repos that are in the OpenSauced database. This page can be found by clicking the profile picture at the top left of the extension.

![GitHub Profile Insights](../../static/img/extension-popup.png)

### Invite GitHub users to join OpenSauced with a single click

Invite other users to create an OpenSauced account to keep track of open source contributions when visiting their GitHub profile.

![Invite GitHub Users](../../static/img/extension-invite.png)

### View GitHub users' OpenSauced profiles and connect with them

View a user’s OpenSauced profile when on their GitHub profile page.

![View OpenSauced Profiles](../../static/img/extension-view.png)

### Quick Access to important OpenSauced links
Expand All @@ -112,4 +127,4 @@ If you post a successful highlight it will show you a message with an option to

If you presented with an error with the summarization it will be printed in the text area, this is an example of it:

![Error message](https://user-images.githubusercontent.com/18273833/241762187-f6968a71-c344-495f-8eed-f1de9aff7599.gif)
![Error message](https://user-images.githubusercontent.com/18273833/241762187-f6968a71-c344-495f-8eed-f1de9aff7599.gif)

0 comments on commit 442ae78

Please sign in to comment.