Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.71 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.71 KB

How to Contribute

Note 1: If you've never made a pull request before, or participated in an open-source project, we recommend taking a look at this wonderful video tutorial. And if you want a more complete tutorial on using github, creating branches etc. , here's a detailed video series.Once you've got your feet wet, you're ready to come back and dive into Hacktoberfest fun!

Note 2: Super Important Only the pull requests created between October 1st, 2023 and October 31st, 2023 will be counted!

  1. Star any repository. 😛

  2. And then you have to fork (make a copy) of this repo to your Github account.

  3. Clone (download) your fork to your computer.

  4. Set your streams so you can sync your clone with the original repo (get the latest updates)

  5. Make the changes in your branch. For eg. You're creating a navbar using ReactJS and your username is xyz so you've to follow the path /ReactJS/Navbar/xyz/[YOUR_REACT_FILE] and same goes with others.

  6. Commit and push the code to YOUR fork.

  7. Create a pull request to have the changes merged into the origin.

Welcome to Open Source