Skip to content

Commit

Permalink
Merge pull request kognise#207 from kognise/docs/link-linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskuske authored May 31, 2020
2 parents 68a9b11 + 8e2b1d8 commit 37910e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ A few general rules of thumb about what makes a good pull request:
- Make small commits with clear and explainful messages
- Provide a clear description about your contribution on GitHub

When you commit code, Water.css will run some checks to make sure that your changes have no errors and match the project's coding style – a process called **Linting**. It will also verify that all **colors are accessible**, which means they need to have enough contrast to be easily readable.
When you commit code, Water.css will run some checks to make sure that your changes have no errors and match the project's coding style – a process called [**Linting**](https://www.freecodecamp.org/news/what-is-linting-and-how-can-it-save-you-time). It will also verify that all **colors are accessible**, which means they need to have enough contrast to be easily readable.

If the code you introduced has errors or some of the colors aren't accessible, you'll see an error and the commit will abort.
You can check whether your changes pass all tests before committing them by running:
Expand Down

0 comments on commit 37910e7

Please sign in to comment.