To contribute to lyricstagger, please use pull requests on a branch of your own fork.
After creating your fork on github, you can do:
git clone git@github.com:yourname/lyricstagger
cd lyricstagger
git checkout -b your-branch-name
DO SOME CODING HERE
git add your new files
git commit
git push origin your-branch-name
You will then be able to create a pull request from your commit.
It is highly encouraged to write tests that fail prior to your change and succeed afterwards.
Feel free to raise issues in the repo if you don't feel able to contribute a code fix.
Code should be PEP8 compliant.