Before submitting a pull request to Remarkable:
- Run
npm testto be sure that all tests are passing. - Run
node benchmarkto ensure that performance has not degraded. - DO NOT include any auto-generated browser or demo files in your commit.
- Commit to the dev branch, never master.
Thanks!