Skip to content

Convenção de commits

Tiago Alves edited this page Oct 2, 2017 · 1 revision

Convention for commits

If you complete a tasks list in the issue tabs, please attempt to use the task reference to the task identificator (e.g. #API-XXX or #APP-XXX). For that follow the issues to see the task id you're are commiting

Heres an exemple for commit message formating following the right way:

  • git commit -m "#API-123 Add changes to relations in models"

This must to be in the fisrt line, above that you can describe better what you done in topics or what ever you want. Following that convention will be better to our organization in the Trello boards.

Clone this wiki locally