From 79200e753a2811e35b212c45a5bf312abdb1ea56 Mon Sep 17 00:00:00 2001 From: "Chad Wade Day, Jr" Date: Mon, 19 Apr 2021 08:36:31 -0700 Subject: [PATCH] CONTRIBUTING.md: Add line about commit messages (#75417) --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d40346673ce..e4a1592fd56 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,8 @@ First time contributing to Homebrew? Read our [Code of Conduct](https://github.com/Homebrew/.github/blob/HEAD/CODE_OF_CONDUCT.md#code-of-conduct). +Ensure your commits follow the [commit style guide](https://docs.brew.sh/Formula-Cookbook#commit). + ### To report a bug * run `brew update` (twice)