UNPKG

1.02 kBMarkdownView Raw
1# How to contribute
2We welcome contributions from the community and are pleased to have them. Please follow this guide when logging issues or making code changes.
3
4## Logging Issues
5All issues should be created using the [new issue form](https://github.com/hapijs/topo/issues/new). Clearly describe the issue including steps
6to reproduce if there are any. Also, make sure to indicate the earliest version that has the issue being reported.
7
8## Patching Code
9
10Code changes are welcome and should follow the guidelines below.
11
12* Fork the repository on GitHub.
13* Fix the issue ensuring that your code follows the [style guide](https://github.com/hapijs/hapi/blob/master/docs/Style.md).
14* 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).
15 * Run `npm test` to generate a report of test coverage
16* [Pull requests](http://help.github.com/send-pull-requests/) should be made to the [master branch](https://github.com/hapijs/topo/tree/master).
\No newline at end of file