Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 502 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (4 loc) · 502 Bytes

How to contribute to os-monitor

  • Acceptable contributions include: backwards compatible bug fixes, code refactoring and performance improvements. Unless they are REALLY good, new features and breaking changes will not be accepted.

  • Use the same coding style as the rest of the codebase.

  • Before sending a pull request, be sure to build os-monitor.js and run the tests against your changes: npm run build && npm test.