diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 2b56ca79a3d..51aa4d93a9a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -26,4 +26,5 @@ before contributing. [cla]: https://openjsf.org/cla [coc]: https://github.com/webhintio/.github/blob/main/CODE_OF_CONDUCT [contributor guide]: https://webhint.io/docs/contributor-guide/ +You can learn more about [creating a new rule](https://webhint.io/docs/contributor-guide/how-to/rule/). [pr process]: https://webhint.io/docs/contributor-guide/getting-started/pull-requests/ diff --git a/README.md b/README.md index 9a40a246455..9a6c19b06d0 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ yarn yarn build ``` -This can take a bit so please be patient. +This can take some time, please be patient. To learn more about the internals of `webhint`, the structure of the project, how to create new hints, parsers, formatters, etc, take