UNPKG

makemehapi

Version:

Self guided workshops to teach you about hapi.

15 lines (10 loc) 839 B
# How to contribute We welcome contributions from the community and are pleased to have them. Please follow this guide when logging issues or making code changes. ## Logging Issues All issues should be created using the [new issue form](https://github.com/hapijs/makemehapi/issues/new). Clearly describe the issue including steps to reproduce if there are any. Also, make sure to indicate the earliest version that has the issue being reported. ## Patching Code Code changes are welcome and should follow the guidelines below. * Fork the repository on GitHub. * Fix the issue ensuring that your code follows the [style guide](https://github.com/hapijs/contrib/blob/master/Style.md). * [Pull requests](http://help.github.com/send-pull-requests/) should be made to the [master branch](https://github.com/hapijs/makemehapi/tree/master).