Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.05 KB

CONTRIBUTING.md

File metadata and controls

19 lines (17 loc) · 1.05 KB

Thank You

Thank you for showing interest in contributing to RawTherapee. It is people such as yourself who make this program and project possible.

Contribute as a Tester

The most useful feedback is based on the latest development code, and in the case of crashes should include a stack backtrace made using a debug build.

Contributing as a Programmer

  • Announce and discuss your plans in GitHub before starting work.
  • Keep branches small so that completed and working features can be merged into the "dev" branch often, and so that they can be abandoned if they head in the wrong direction.
  • Use C++11
  • Code must be run through astyle version 3 or newer before being merged.