mudu93 / Contribute-101

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

Home Page:https://contribute101.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✨Contribute101

✨ Hacktoberfest 2019 has ended ! See you in 2020 🚀🎉

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

alt text;


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 repo and clone it to your computer

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 for any remaining typos and style errors :

npm run lint:fix
  1. Push your local changes :
   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.

https://contribute101.herokuapp.com

License:MIT License


Languages

Language:JavaScript 83.4%Language:HTML 8.7%Language:CSS 7.9%