Skip to content

Commit

Permalink
Merge pull request #11 from ReshiAdavan/Sleepy-12
Browse files Browse the repository at this point in the history
Sleepy-12: Works!
  • Loading branch information
ReshiAdavan committed Nov 13, 2023
2 parents f221bac + 87f823b commit 8b2edf9
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
exclude: "**/*.json, **/*.md" # Optional: exclude patterns separated by commas
```

## Notes
Integrating GPT-4 as we speak
## Examples

To see live examples of the code review tool in action, refer to the [Compilation of Examples](https://github.com/ReshiAdavan/Sleepy/blob/master/src/README.md)
Binary file added imgs/example.PNG
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 imgs/example2.PNG
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 imgs/example3.PNG
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 imgs/example4.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

## Live Examples

Compilation of instances where the code review tool has proven exceptionally useful.

1. Adhering to POSIX standards: https://github.com/ReshiAdavan/Sleepy/pull/10

<img src="https://github.com/ReshiAdavan/Sleepy/blob/master/imgs/example.PNG" />

2. Brief Description and Commit Hash: https://github.com/ReshiAdavan/Sleepy/pull/11

<img src="https://github.com/ReshiAdavan/Sleepy/blob/master/imgs/example2.PNG" />

3. Rephrasing and More Concise Description: https://github.com/ReshiAdavan/Sleepy/pull/11

<img src="https://github.com/ReshiAdavan/Sleepy/blob/master/imgs/example3.PNG" />

4. Caught a situation where I repeated the same link, on accident: https://github.com/ReshiAdavan/Sleepy/pull/11

<img src="https://github.com/ReshiAdavan/Sleepy/blob/master/imgs/example4.PNG" />

0 comments on commit 8b2edf9

Please sign in to comment.