Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 403 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 403 Bytes

Contributing

We welcome contributions! Please follow these steps when contributing:

  1. Create an issue describing your proposed change.
  2. If your proposed change is accepted, fork the repo and make your changes.
  3. Use the same coding style as the existing code.
  4. Ensure all tests pass (npm test), and add new tests as appropriate.
  5. Submit a pull request, referencing the issue it addresses.