update readme and user guide

This commit is contained in:
Hussam.lawen
2023-10-02 10:11:28 +03:00
parent 706f6bf44d
commit 85f64ad895
2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,7 @@ CodiumAI `PR-Agent` is an open-source tool aiming to help developers review pull
\ \
**Find similar issue ([`/similar_issue`](./docs/SIMILAR_ISSUE.md))**: Automatically retrieves and presents similar issues **Find similar issue ([`/similar_issue`](./docs/SIMILAR_ISSUE.md))**: Automatically retrieves and presents similar issues
\ \
**Add Documentation (`/add_docs`)**: Automatically adds [documentation](https://github.com/Codium-ai/pr-agent/pull/337#discussion_r1342111682) to un-documented functions/classes in the PR. **Add Documentation (`/add_docs`)**: Automatically adds [documentation](./docs/ADD_DOCUMENTATION.md) to un-documented functions/classes in the PR.
See the [Usage Guide](./Usage.md) for instructions how to run the different tools from _CLI_, _online usage_, Or by _automatically triggering_ them when a new PR is opened. See the [Usage Guide](./Usage.md) for instructions how to run the different tools from _CLI_, _online usage_, Or by _automatically triggering_ them when a new PR is opened.

View File

@ -6,6 +6,7 @@ It can be invoked manually by commenting on any PR:
/add_docs /add_docs
``` ```
For example: For example:
<kbd><img src=./../pics/add_docs_comment.png width="768"></kbd> <kbd><img src=./../pics/add_docs_comment.png width="768"></kbd>
<kbd><img src=./../pics/add_docs.png width="768"></kbd> <kbd><img src=./../pics/add_docs.png width="768"></kbd>