Before submitting a pull request to Remarkable:
- Run
npm test
to be sure that all tests are passing. - Run
node benchmark
to 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!