Skip to content

Commit

Permalink
Updated README.md #105
Browse files Browse the repository at this point in the history
  • Loading branch information
REHAN-18 authored Oct 26, 2024
1 parent efd388c commit 39b1efb
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,44 @@ You are free to use, modify, and distribute this software as long as the origina
</div>
<br>

### 💵 How to Contribute

#### 1. Fork the repository to your GitHub account.
#### 2. Clone the forked repository to your local machine.
```bash
git clone https://github.com/<github_username>ReVot.git
```
#### 3. Create a new branch for your changes.
```bash
git checkout -b feature/your-feature
```
#### 4. Make your changes, whether they're bug fixes, new features, or improvements.
#### 5. add the change in your branch
```bash
git add .
```
#### 6. Commit your changes with descriptive commit messages.
```bash
git commit -m "Add your descriptive commit message here"
git push origin feature/your-feature
```
#### 7. Open a Pull Request (PR) against the main repository.
### Additional Notes
#### Start working on the issue, Don't wait to get it assigned by the maintainers
#### Your every contribution counts, Thanks for contributing to ReVot

![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)

### Complete this process in GitHub (in your browser)

```mermaid
flowchart LR
Fork[Fork the project]-->branch[Create a New Branch]
branch-->Edit[Edit file]
Edit-->commit[Commit the changes]
commit -->|Finally|creatpr((Create a Pull Request))
```

## <img src="https://raw.githubusercontent.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/master/Emojis/Smilies/Beating%20Heart.png" alt="Beating Heart" width="25" height="25" /> Our Contributors

- We extend our heartfelt gratitude for your invaluable contribution to our project! Your efforts play a pivotal role in elevating ReVot to greater heights.
Expand Down

0 comments on commit 39b1efb

Please sign in to comment.