Skip to content

Contributing

Alexander Litty edited this page Feb 25, 2017 · 3 revisions

We appreciate your interest in contributing. ❤️

Here's our ideal workflow:

1. Know what to contribute

If you're not sure where your effort is best spent, check out the Issues tab. Find something you're interested in doing!

2. Create a new branch

Don't push commits onto master or Litty will eat your soul.

Instead, use a Git GUI or run git checkout -b <branch-name> to create a new branch for your contribution. Commit some code, make some changes, get the warm fuzzies.

3. Create a pull request

When you're satisfied with your contribution, go onto GitHub and make a pull request for your branch. Litty will merge it into master or request some additional changes.

Don't worry about the quality of your contribution too much -- We don't need masterpieces, we just need working code right now!

Clone this wiki locally