Thanks for taking the time to contribute to analytics-next!
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