Few important, simple, tech topics.
Please go through the Contributor Code of Conduct and How to Contribute to Tech-FAQs
Instructions-
Fork this Repository (using the button at the top-right side)
Clone your forked repository to your desktop/laptop (i.e.
git clone <git-repo-https_or_ssh-link>
)Create a new branch for your modifications (i.e.
git branch <new-branch-name>
) and check it out (git checkout <new-branch-name>
)Add your files (
git add .
), commit the files (git commit -m "<my first commit>"
) and push (git push origin <new-user>
)Create a pull request (You have raised your first PR!)
Star this repository (optional)
✋ Do raise an issue if you feel anything is to be changed or added to our repo.