Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 609 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 609 Bytes

Contributing

Thanks for taking the time to contribute to analytics-next!

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 analytics-next is to keep bundle sizes low. Avoid redundancy and use efficient/modern javascript where possible
  • Changes must be compatible with major browsers (including IE 11)
  • Document your testing process, include screenshots when appropriate