✨Contribute101
✨ Contribute and get a step torwards completing the Hacktoberfest 2019.
Here
✨ Contributors that want to work on additional features on this project . Please follow this guideline 👉
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 :
-
Fork
this repo andclone
it to your computer
npm install
- Now create a new remote branch with any name you want
git checkout -b "myCard"
-
Now go to
contributors/index.js
file and add your details. -
Run this command for any remaining typos and style errors :
npm run lint:fix
- Push your local changes :
git commit -m "Add YOURNAME's card"
git push -u origin myCard