Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (25 loc) · 948 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (25 loc) · 948 Bytes

Contributing

  1. Fork it (https://github.com/marceloboeira/spotify.cr/fork)
  2. Create your feature branch (git checkout -b my-awesome-new-feature)
  3. Commit your changes (follwing our commit police)
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Commit Policy

We have a very rigid commit policy, to contribute please follow these rules:

feature: Add hat wobble
 ^--^  ^------------^
 |     |
 |     +-> Summary in present tense
 |
 +-------> Type: chore, doc, feature, fix, refactor, style, or test

Available tags:

  • chore: Add oyster build script
  • doc: Explain hat wobble
  • feature: Add beta sequence
  • fix: Remove broken confirmation message
  • refactor: Share logic between 4d3d3d3 and flarhgunnstow
  • style: Convert tabs to spaces
  • test: Ensure Tayne retains clothing

Based on this.