0
0
mirror of https://github.com/conventional-commits/conventionalcommits.org.git synced 2025-08-22 22:08:35 +00:00

fix: Reword summary section

Fix #79
This commit is contained in:
Damiano Petrungaro 2018-08-28 13:44:22 -04:00
parent 450087b001
commit 649c7e89eb

View File

@ -6,11 +6,11 @@ draft: true
## Summary
As a software developer, I want to create a readable commit history writing standardized commit messages to make easier and explicit what changes have been applied to a project.
To accomplish it, the Conventional Commits specification proposes introducing a standardized lightweight
convention on top of commit messages giving to you also the chance to automate processes.
The Conventional Commits specification is a lightweight convention on top of commit messages.
It provides an easy set of rules for creating an explicit commit history;
which makes it easier to write automated tools on top of.
This convention dovetails with [SemVer](http://semver.org),
asking software developers to describe in commit messages, features, fixes, and breaking changes that they make.
by describing the features, fixes, and breaking changes made in commit messages.
The commit message should be structured as follows: