From a6aa5ba06031e5819620dcfe4761f20dce9b51a6 Mon Sep 17 00:00:00 2001 From: Cyril Tovena Date: Sat, 3 Mar 2018 13:06:25 -0500 Subject: [PATCH] add missing link to git message documentation --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 81754c586e..c797860507 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,4 +32,4 @@ Participation in this project comes under the [Contributor Covenant Code of Cond - Finally - *Thanks* for considering submitting code to Agones! ### Additional Resources -- [How to write a good Git Commit message](How to Write a Git Commit Message) \ No newline at end of file +- [How to write a good Git Commit message](https://chris.beams.io/posts/git-commit/)