diff options
author | Nadrieril | 2020-06-25 13:20:43 +0100 |
---|---|---|
committer | Nadrieril | 2020-06-25 13:20:43 +0100 |
commit | 04227e98cbbd1ccf9625e0f5e7725f68d764ac3e (patch) | |
tree | c01736c881f47d9fcfe2ece92d5251800114a856 | |
parent | d3c746435baf5541886be549c30700a86ebe41d3 (diff) |
doc: mention new commit convention in README
Diffstat (limited to '')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -165,6 +165,16 @@ The output of the ui tests is stored in the local `dhall/tests` directory, even for the tests coming from dhall-lang. They are stored in a `.txt` file with the same name as the corresponding test. +### Commit messages + +I try to keep commit messages somewhat in the style of [Conventional +Commits](https://www.conventionalcommits.org/en/v1.0.0). That means the commit +message should start with `feat:`, `test:`, `doc:`, `fix:`, `style:`, +`refactor:`, `chore:`, `perf:` or similar prefixes. + +A breaking change should be indicated with `!` before the `:`. + + ## Changelog #### [Unreleased] |