kohlbrr / threads

One badass clothing website - specializing in tee shirts
0 stars 2 forks source link

Git commit schema #45

Closed kohlbrr closed 7 years ago

kohlbrr commented 7 years ago

We should decide on a schema for our git commit messages (enhancement, bugfix, new feature, etc.)

kohlbrr commented 7 years ago

From Drew:


Semantic commits create specific, uniform commits. This allows us to easily track progress in our development, pinpoint when bugs are introduced, and in a worse case scenario identify where we need to roll back code. Semantic commits also encourage smaller, more frequent commits as opposed to committing large chunks of code that may contain numerous changes.

A semantic commit has 3 parts: