From 1b6543632423ff8279cb8abcd29f27827bee7138 Mon Sep 17 00:00:00 2001 From: Simon Egersand Date: Sat, 19 Jan 2019 12:22:55 +0100 Subject: [PATCH] Add linting instructions to contribution doc --- .github/CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3b3e17d7..98f62e87 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -7,6 +7,11 @@ Contributions to macOS Setup Guide are more than welcome. By contributing code to macOS Setup Guide, you agree to license your contribution under the [MIT License](../LICENSE). +## Linting + +Run `make lint` before submitting your PR to make sure your changes comply +with our styling. + ## How to contribute to macOS Setup Guide If you would like to submit a pull request, please base it on our