From 39b1efb57f10a6822bf6955e7637ff3a47a3109a Mon Sep 17 00:00:00 2001 From: MD REHAN <143922855+REHAN-18@users.noreply.github.com> Date: Sat, 26 Oct 2024 11:33:22 +0530 Subject: [PATCH] Updated README.md #105 --- README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/README.md b/README.md index 2afda25..b969fa9 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,44 @@ You are free to use, modify, and distribute this software as long as the origina
+### 💵 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/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)) +``` + ## Beating Heart 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.