From 395a7ae50b90cf650acd7062ee3d80d966d89523 Mon Sep 17 00:00:00 2001 From: "Stephen Augustus (he/him)" Date: Mon, 28 Feb 2022 09:32:35 -0500 Subject: [PATCH] CONTRIBUTING.md: s/`Makefiles`s/`Makefile`s Co-authored-by: Sascha Grunert --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e66d4fe0f99..0f6d2ec6b85 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,7 +90,7 @@ the folks who will be spelunking the codebase in the months and years to come. Ensure each of your commits is signed-off by using `git commit -s`. SIG Release members highly values readable, idiomatic Go code. Familiarize yourself with the [Coding Style](#coding-style) section below and try to preempt any comments -your reviewers would otherwise leave. Most repos will contain `Makefiles`s or +your reviewers would otherwise leave. Most repos will contain `Makefile`s or [`mage`][mage] targets that will help you build/test/lint/verify your changes. If you don't see a target for your use case, maybe that could be your first contribution!