parallaxis/node_modules/nodemon/CONTRIBUTING.md

19 lines
636 B
Markdown
Raw Permalink Normal View History

# Contributing
- [Remy Sharp](https://github.com/remy)
- [Michael Heuberger](https://github.com/binarykitchen)
- You?
## Issues
- Please include the output from `nodemon --dump` for diagnosis
- If there's a script that nodemon is having trouble with or is causing nodemon to throw exceptions, please include it in your filed issue to allow me to replicate the issue.
## Sending pull requests
- use the .jshintrc (in the root of the project)
- new command line options are generally discouraged
- ensure style is consistent
- add tests for newly added code (and try to mirror directory and file structure if possible)
- spell check