How Can I Contribute?
A Guide to Making Your First Open Source Contribution
A Guide to Making Your First Open Source Contribution
$ whoami
Lucy Wyman
Software Engineer - Bolt
Github issues | Bug tracker | Contact (email, twitter, etc.)
Include:
In order of perceived helpfulness:
Making your first PR
https://slides.lucywyman.me/how-can-i-contribute.html#15 https://github.com/pop/i-love-tacos
Creating your own copy
Downloading from Github
git clone ssh@github.com:lucywyman/i-love-tacos.git
echo 'I love tacos' > tacos.txt
git status
git add truth.txt
git commit
git status
git push