Skip to content

Commit

Permalink
Opt README
Browse files Browse the repository at this point in the history
  • Loading branch information
panregedit committed Dec 20, 2024
1 parent 6511695 commit 8a6c177
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Please follow the ["fork and pull request"](https://docs.github.com/en/get-start

1. **Navigate to Your Fork:** Go to your forked repository on GitHub.
2. **Create a Pull Request:** Click the "New pull request" button.
3. **Select Your Branch:** Select your feature branch as the head and the main branch of the original OmAgent repository as the base.
3. **Select Your Branch:** Select your feature branch as the head and the latest develop branch of the original OmAgent repository as the base.
4. **Add a Description:** Provide a clear description of your changes.
5. **Submit Your Pull Request:** Click the "Create pull request" button.

Expand All @@ -117,6 +117,6 @@ Here are some useful commands:
* **List branches:** `git branch`
* **Switch to a branch:** `git checkout branch-name`
* **Merge branches:** `git merge other-branch`
* **Pull changes from upstream:** `git pull upstream main`
* **Pull changes from upstream:** `git pull upstream branch-name`

**Thank you for your contributions!**
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div>
<h1> <img src="docs/images/logo.png" height=33 align="texttop">OmAgent</h1>
<h1> <img src="docs/images/logo.png" height=40 align="top"> OmAgent</h1>
</div>

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div>
<h1> <img src="docs/images/logo.png" height=30 align="texttop">OmAgent</h1>
<h1> <img src="docs/images/logo.png" height=40 align="top"> OmAgent</h1>
</div>

<p align="center">
Expand Down
4 changes: 2 additions & 2 deletions docs/images/logo.png
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 8a6c177

Please sign in to comment.