Sha256: dea7eabcf09222658c462828f347105d7b63df5a3306153a7d111ffa180a667e

Contents?: true

Size: 1018 Bytes

Versions: 3

Compression:

Stored size: 1018 Bytes

Contents

# 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/topo/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).
* 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 test` to generate a report of test coverage
* [Pull requests](http://help.github.com/send-pull-requests/) should be made to the [master branch](https://github.com/hapijs/topo/tree/master).

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
es6_tilt-0.1.2 test/dummy/app/assets/javascripts/node_modules/hapi/node_modules/topo/CONTRIBUTING.md
es6_tilt-0.1.1 test/dummy/app/assets/javascripts/node_modules/hapi/node_modules/topo/CONTRIBUTING.md
es6_tilt-0.1.0 test/dummy/app/assets/javascripts/node_modules/hapi/node_modules/topo/CONTRIBUTING.md