Thank you for your interest in contributing! Follow these steps to make your first contribution:
Click the "Fork" button at the top right of this page to create a copy of this repository in your GitHub account.
Clone your fork to your local machine:
git clone [email protected]:your-username/github-beginner-guide.git
git checkout -b add-your-name
Open the CONTRIBUTORS.md file and add your name to the list.
Save your changes, commit them, and push to your fork:
git add CONTRIBUTORS.md
git commit -m "Added my name to CONTRIBUTORS.md"
git push origin add-your-name
Go to your fork on GitHub and click "Compare & pull request." Submit your pull request, and you're done! 🎉
We'll review your PR and merge it as soon as possible.
Thanks for contributing! 😄