Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.49 KB

CONTRIBUTING.md

File metadata and controls

45 lines (31 loc) · 1.49 KB

Contributing

We're happy you want to contribute! You can help us in different ways:

  • Open an issue with suggestions for improvements
  • Fork this repository and submit a pull request
  • Improve the documentation (separate repository)

To submit a pull request, fork the RethinkDB repository and then clone your fork:

git clone git@github.com:<your-name>/rethinkdb.git

Make your suggested changes, git push and then submit a pull request. Note that before we can accept your pull requests, you need to sign our Contributor License Agreement.

Building the admin UI

The code for the admin UI is now in a separate branch, old_admin. It is used to generate the file src/gen/web_assets.cc, which contains the static content served by RethinkDB's admin UI. Development instructions are in that repo.

Resources

Some useful resources to get started: