✨ Contributors that want to work on additional features on this project . Please follow this guideline 👉 Here
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.
- install nodejs on your local machine globally.
-
Fork this repository and clone it to your computer
-
Install the dependencies locally
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 to check for any remaining typos and style errors
npm run lint:fix
- Push your local changes that you have made
git add .
git commit -m "Add YOURNAME's card"
git push -u origin myCard