This project aims to simplify and guide our community to make their first contribution. We want each member of our community will have a contribution here.
$ git clone https://github.com/<your-github-username>/HelloWorld.git$ git checkout -b <your-name>Write your name, github profile link in the end of the file and save it.
- [your-name](<your-github-profile-url>)
- <!--write here-->
Please don't delete this line
- <!--write here-->
$ git add Contributors.md$ git commit -m ":tada: introducing <your-github-username>"$ git push origin <your-name>If you want to contribute to open source projects but couldn't understand all of this, It's okay. Just follow π First-Contribution steps and start supporting open source community.
