From 98c48b02b7389f88dc89072b2d977221be7e2b5b Mon Sep 17 00:00:00 2001 From: Noah Dietz Date: Fri, 3 May 2024 12:09:30 -0700 Subject: [PATCH] docs: update commit style in CONTRIBUTING --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 92feb700b26..2bf38d1ac31 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,8 @@ your fork. Commit messages should follow the - [Go project style](https://github.com/golang/go/wiki/CommitMessage). For example: + [Conventional Commit specification](https://www.conventionalcommits.org/en/v1.0.0/). + For example: ``` functions: add gophers codelab ```