Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 467 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 467 Bytes

Contribution Guidelines

Please try to keep things in good shape and comply to what's there.

Use the feature branch workflow to add new features and make sure to squash when merging into master:

$ git merge cool_feature --squash

Then write a good commit message to keep the history meaningful and useful. One feature, one commit.