Hi there! Here are the steps to follow to contribute to this project:
- Fork this repo
- Clone your fork
- Create a new branch:
git checkout -b <your name>- Create a new text file named after yourself, e.g.
ryland.txt - Add a fact about yourself to the file
- Add and commit the new file:
git add ryland.txt
git commit -m "Adds facts about Ryland"- Push your branch (which has your new file) to GitHub:
git push origin ryland- Open a Pull Request to the original repo (see this example pull request)
- Celebrate! 🎉