diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 032d2b563f5f..625d69560643 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -148,8 +148,8 @@ https://docs.pi-hole.net/guides/github/how-to-signoff/ When developing locally, the following commands are useful to run regularly to check unit tests and linting. | Command | Description | Is called in the CI? | -| make unit-test | Runs unit tests only. Good to run often when developing locally. `make all` will also run this. | yes | -| make check-linter | Checks linter issues only. Good to run often when developing locally. `make all` will also run this. | yes | +| make unit-test | Runs unit tests only. `make all` will also run this. | yes | +| make check-linter | Checks linter issues only. `make all` will also run this. | yes | ## Changing Score Results