UNPKG

seneca-load-balancer

Version:

A seneca service that will allow you to easily manage multiple running services with the same patterns

27 lines (21 loc) 1.23 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. If unsure about anything, you can refer to our [indepth contributing guidelines here][contribGuidelines]. ## Logging Issues All issues should be created using the [new issue form][newIssue]. 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][styleGuide]. * Add tests for your new code ensuring that it is fully tested. * [Pull requests][pr] should be made to the [master branch](). [Adapted with permission from Hapijs.](https://github.com/hapijs/hapi/) [newIssue]: https://github.com/thekemkid/seneca-load-balancer/issues/new [styleGuide]: http://senecajs.org/contribute/details/styleguide.html [contribGuidelines]: http://senecajs.org/contribute/ [pr]: http://help.github.com/send-pull-requests/ [master]: https://github.com/thekemkid/seneca-load-balancer/tree/master