Skip to content

✨ A simple project to get you started with your first open source contribution.

License

Notifications You must be signed in to change notification settings

obli99/Contribute-101

 
 

Repository files navigation

✨Contribute101

✨ Hacktoberfest 2020 has started ! Start contributing 🚀🎉

✨ Contributors that want to work on additional features on this project . Please follow this guideline 👉 Here



☁️ Introduction:

Contribution to Open Source Projects is a great way to enhanching your coding skills and along with expanding your knowledge on the new technologies. But top of that contributing to Open Source Projects is FUN.The joy of the first time when your pull request gets accepted is amazing. Which you are going to find today by contributing to this project.



🔨 Prerequisite :

  • install nodejs on your local machine globally.



✨ Steps :

  1. Fork this repository and clone it to your computer

  2. Install the dependencies locally

npm install
  1. Now create a new remote branch with any name you want
git checkout -b "myCard"
  1. Now go to contributors/index.js file and add your details.

  2. Run this command to check for any remaining typos and style errors

npm run lint:fix
  1. Push your local changes that you have made
git add .
git commit -m "Add YOURNAME's card"
git push -u origin myCard



Congrats 🎉 .You have successfully created your pull request. Now wait for the review and merge.

About

✨ A simple project to get you started with your first open source contribution.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.0%
  • CSS 11.1%
  • HTML 9.9%