Skip to content

Commit

Permalink
CONTRIBUTING.md: s/Makefiless/Makefiles
Browse files Browse the repository at this point in the history
Co-authored-by: Sascha Grunert <[email protected]>
  • Loading branch information
justaugustus and saschagrunert authored Feb 28, 2022
1 parent e717c97 commit 395a7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 395a7ae

Please sign in to comment.