mirror of
https://github.com/nextcloud/nextcloud.com.git
synced 2026-01-28 14:01:36 +00:00
376 B
376 B
Contributing
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!