Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 710 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (10 loc) · 710 Bytes

Contributing

Get involved

If you would like to help, please take a look at our contribution guidelines.

Tasks needing help are listed here.

If you want to start working on a task, please leave a comment there, so that we can assign you.

Pull request checklist

  • Pull fresh develop branch and rebase on it. Make history linear and squash commits into one or several.
  • Use develop branch as the target branch of your request.
  • Install clang-format and run scons fmt.
  • Ensure that Travis build is passing and fix it if necessary.