From cde14a46f1439841c564eb5c5cec6cb455f26bac Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Fri, 27 Oct 2023 06:07:39 -0700 Subject: [PATCH] *: Add explicit code of conduct (#3540) Adds a callout to the standard Go code of conduct in the CONTRIBUTING.md doc. --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0ab68e83..b007a07f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,3 +57,7 @@ The first line is the subject and should be no longer than 70 characters, the second line is always blank, and other lines should be wrapped at 80 characters. This allows the message to be easier to read on GitHub as well as in various git tools. + +## Code of Conduct + +This project adopts the standard Go code of conduct: https://go.dev/conduct.