Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 428 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 428 Bytes

Contributing

  1. Follow Development instructions.
  2. Fork the repo and either clone your version or add it as a remote.
  3. Implement and document your feature.
  4. Manually test your feature and document how you tested it.
  5. Run npm run lint and ensure you have no lint errors.
  6. Create a pull request including documentation of your feature and how you tested it.