Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 720 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 720 Bytes

Contributing

Thanks for taking the time to contribute to react-json-lens!

⚠ By contributing to this project you acknowledge that your code adheres to the licensing outlined in the LICENSE.md file

Guideline for Pull Requests

This is a list of guidelines to follow to help expedite your pull request so we can get it reviewed/merged more quickly:

  • Make sure existing unit tests and CI are all passing
  • Write new unit tests for the code you're contributing
  • A major goal of react-json-lens is to keep bundle sizes low. Avoid redundancy and use efficient/modern javascript where possible
  • Changes must be compatible with major browsers
  • Document your testing process, include screenshots when appropriate