Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RanitManik authored May 21, 2024
1 parent 4aca37b commit 3aed814
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,20 @@ You can start interacting with the Gemini model through the chat interface provi
We welcome contributions to enhance the Gemini Clone project. To contribute:

1. Fork the repository.
2. Make your changes and commit them with clear and descriptive messages.
3. Push your changes to your fork:
2. Create a new branch for your feature or bug fix:

```bash
git checkout -b feature-name
```

3. Make your changes and commit them with clear and descriptive messages.
4. Push your changes to your fork:

```bash
git push origin feature-name
```

4. Create a pull request to the main repository, detailing the changes and enhancements you have made.
5. Create a pull request to the main repository, detailing the changes and enhancements you have made.

---

Expand Down

0 comments on commit 3aed814

Please sign in to comment.