Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 700 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 700 Bytes

Some Guidelines to Contributing to the Signal K Specification

RFC Format

Any substantial changes should take the form of RFC. See the very first RFC for an example.

Include test data and tests

See the tests and test sample data.

Any additions should include some test data that use the proposed changes with real world data.

Any schema changes should be checked against the existing set of tests:

  • install Node (and npm with it)
  • install dependencies with npm install
  • run the tests with npm test