Skip to content

Commit 1926019

Browse files
committed
Update CONTRIBUTING.md
1 parent 0abcd29 commit 1926019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All issues should be created using the [new issue form](https://github.com/hapij
88
Code changes are welcome and should follow the guidelines below.
99

1010
* Fork the repository on GitHub.
11-
* Fix the issue ensuring that your code follows the [style guide](https://github.com/hapijs/hapi/blob/master/docs/Style.md).
11+
* Fix the issue ensuring that your code follows the [style guide](https://github.com/hapijs/contrib/raw/master/Style.md).
1212
* Add tests for your new code ensuring that you have 100% code coverage (we can help you reach 100% but will not merge without it).
1313
* Run `make test-cov-html` to generate a report of test coverage
1414
* [Pull requests](http://help.github.com/send-pull-requests/) should be made to the [master branch](https://github.com/hapijs/hapi/tree/master).

0 commit comments

Comments
 (0)