UNPKG

node-jmx

Version:

Bridge library to communicate with Java applications through JMX.

12 lines (10 loc) 618 B
Contributing ============ 1. [Fork the repository on Github](https://help.github.com/articles/fork-a-repo). 2. Create a named feature branch (`$ git checkout -b my-new-feature`). 3. Write tests for your change (if applicable). 4. Write your change and its documentation. 5. [Run the tests](https://github.com/zuazo/node-jmx/blob/master/TESTING.md), ensuring they all pass (`$ make style test`). 6. Commit your change (`$ git commit -am 'Add some feature'`). 7. Push to the branch (`$ git push origin my-new-feature`). 8. [Submit a Pull Request using Github](https://help.github.com/articles/creating-a-pull-request).