X Tutup
Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.2 KB

File metadata and controls

17 lines (10 loc) · 1.2 KB

Contributing

Contributing Enhancements

We love contributions to Realm! If you'd like to contribute code, documentation, or any other improvements, please file a Pull Request on our GitHub repository. Make sure to accept our CLA!

CLA

Realm welcomes all contributions! The only requirement we have is that, like many other projects, we need to have a Contributor License Agreement (CLA) in place before we can accept any external code. Our own CLA is a modified version of the Apache Software Foundation’s CLA.

Please submit your CLA electronically using our Google form so we can accept your submissions. The GitHub username you file there will need to match that of your Pull Requests. If you have any questions or cannot file the CLA electronically, you can email help@realm.io.

Unit tests

All PR's must be accompanied by related unit tests.

Code style

While we havn't described our code style yet, please just follow the existing style you see in the files you change.

X Tutup