- Global
- Identation
- Commits
- English
- Task number
- Status
- Message convention
- HTML
- Syntax
- Comments
- Character Encoding
- Attribute Order
- Performance
- Base Code
- CSS
- Syntax
- Comments
- Declaration Order
- Name
- Performance
- Media Queries
- Javascript
- Syntax
- Comments
- Variables
- Performance
For the contribution in projects, the message commit, pull request and issue must be written in English.
Having a issue or a task in Trello, Jira or other task management software for one or more commits, inform the beginning of the same message.
To facilitate, the message should have the following status:
- add
- update
- del
- fix
The status will be informed in the message brackets. And it could be interpreted as the status of a file or code snippet.
Use lowercase letters
// Good
git commit -m "#10 [add] readme with the rules"
// Bad
git commit -m "my first commit"