Skip to content

Instantly share code, notes, and snippets.

View luna-skye's full-sized avatar
🌙

Luna Skye luna-skye

🌙
  • Earth
View GitHub Profile
@luna-skye
luna-skye / COMMIT_CONVENTION.md
Last active December 16, 2019 03:51 — forked from abravalheri/commit.md
SEP: Git Commit Message Guidelines

Commit Message Guidelines

In the last few years, the number of programmers concerned about writting structured commit messages has dramatically grown. As exposed by Tim Pope in article, readable commit messages are easy to follow when looking through the project history. Moreover the AngularJS contributing guides introduced conventions that can be used by automation tools to automatically generate useful documentation, or by developpers during debugging process.

This document borrows some concepts, conventions and even text mainly from these two sources, extending them in order to provide a sensible guideline for writing commit messages.