Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 697 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 697 Bytes

CONTRIBUTING

This are the common guidelines to contribute to surf-forecast-api. Please ensure the following guidelines are being followed by you and any other contributor.

Guidelines

Language

English is a universal language used around the world, so all changes, discussions and messages must use it.

Branches

  • Use dashes to separate words

  • Choose short and descriptive names

$ git checkout -b feature/add-cache-layer

Commits

  • Write good commit messages
  • Each commit should represent a single logical change
  • Don't split a single logical change into several commits
  • Commits should be logically sorted
  • NEVER let a commit break any working functionality