Skip to content

Latest commit

 

History

History
executable file
·
17 lines (13 loc) · 1.31 KB

CONTRIBUTING.md

File metadata and controls

executable file
·
17 lines (13 loc) · 1.31 KB

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. 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.

Finding help

Issues for this repository are intended for reporting bugs or requesting improvements. For questions about how to use hapi or the packages in the wider hapi universe, please post an issue in the hapijs/discuss repository where somebody will be happy to help.

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.
  • 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).
    • Run npm run test-cov-html to generate a report of test coverage
  • Pull requests should be made to the master branch.