diff options
author | Andreas Deininger <[email protected]> | 2022-06-13 13:16:45 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-06-13 13:16:45 +0200 |
commit | 44f3c079691f58e31bed31333afed3b7bf3b794f (patch) | |
tree | a341863380925ae55c17d83a6cf3353bd6fdc075 /CONTRIBUTING.md | |
parent | a5a4422aaeffe0e9df713cf09c73a9cc423a2e1e (diff) | |
download | hugo-44f3c079691f58e31bed31333afed3b7bf3b794f.tar.gz hugo-44f3c079691f58e31bed31333afed3b7bf3b794f.zip |
readme: Update dependency list
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6e6ba193e..23de481cd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,7 +83,7 @@ To make the contribution process as seamless as possible, we ask for the followi ### Git Commit Message Guidelines -This [blog article](http://chris.beams.io/posts/git-commit/) is a good resource for learning how to write good commit messages, +This [blog article](https://cbea.ms/git-commit/) is a good resource for learning how to write good commit messages, the most important part being that each commit message should have a title/subject in imperative mood starting with a capital letter and no trailing period: *"js: Return error when option x is not set"*, **NOT** *"returning some error."* |