Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 686 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (19 loc) · 686 Bytes

Contributing to lyricstagger

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.

Standards

Code should be PEP8 compliant.