-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Developer's portal
Before diving in darktable code, start by reading Developer's guide which should be basis for understanding color, best coding practices etc.
All work needs to be tested, to that end, please read Chapter on testing tools in wiki. Also remember to check if your work doesn't break stuff and actually works (at least for you)
In order to help with maintenance and overall quality of code, review and test code of others - check and test Pull Requests
Current overall needs and goals can be checked in the Roadmap
There are still things you can help with, which don't necessarily end up in the roadmap. Check active issues
If you think you're ready, then start Hacking on darktable
$ cat data/wb_presets.json | jq '. | .wb_presets[].maker'
$ cat data/wb_presets.json | jq '. | .wb_presets[].models[].model'
darktable wiki is licensed under the Creative Commons BY-SA 4.0 terms.