- Fork it ( https://github.com/concretesolutions/sunomono/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- Include the purpose of this Pull Request on the description. For example:
This is a spike to explore…
This simplifies the display of…
This fixes handling of…
- Consider providing an overview of why the work is taking place
- Be explicit about when you want feedback, if the Pull Request is work in progress, say so. A prefix of “[WIP]” in the title is a simple, common pattern to indicate that state.
- Don't use tabs indentation
- Don't exceed 80 characters in line
- Write tests for new features