RomuloOliveira / commit-messages-guide

A guide to understand the importance of commit messages and how to write them well

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Languages mixed (ITA)

edoardottt opened this issue · comments

I think this is wrong...If I understood well the guide haha.
Mantieni la lingua in modo consistente

Per i proprietari dei progetti: scegli una lingua e scrivi tutti i messaggi di commit in quella lingua. Sarebbe l'ideale se fosse la stessa lingua con cui si scrivono i commenti nel codice, la stessa predefinita per l'applicazione, ecc.

Per chi collabora: scrivi i messaggi dei tuoi commit rispettando la stessa lingua della history dei commit.

# Corretto
ababab Aggiunge il metodo use al modello Credit
efefef Usa InventoryBackendPool per recuperare il backend dell'inventario
bebebe Fix method name of InventoryBackend child classes

Here the languages are mixed, even the advice says that you have to use one single language.