How Can I Contribute?
A Guide to Making Your First Open Source Contribution
A Guide to Making Your First Open Source Contribution
Lucy Wyman
Software Developer in Test
The Company Formerly Known As Puppet Labs
There are more ways to contribute than you might expect!
Include:
Github issues | Bug tracker | Direct contact (email, twitter, etc.)
In order of perceived helpfulness:
Making your first PR
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