Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 534 Bytes

File metadata and controls

15 lines (11 loc) · 534 Bytes

just-dashboard contribution guidelines

Thank you for considering contributing to just-dashboard!

As this project is still pretty new, I only state a few simple principles here.

You are welcome to implement bug fixes, features, report issues and post feature requests of any kind.

The preferred workflow for implementing new features or bug fixes is:

  • Write a test case that fails
  • Create an implementation that makes the test case pass
  • Refactor
  • Repeat

Documentation

just-dashboard uses jsdoc to generate documentation.