Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.77 KB

File metadata and controls

42 lines (30 loc) · 1.77 KB

Contributing to darktable

The darktable project welcomes contributions:

See the darktable development page for more information.

Code

Before you spend a lot of time working on a new feature, it's always best to discuss your proposed changes with us first. The best place to do that is in our dev support matrix channel, or just create a Github Issue (Make sure to check back to answer follow up questions). This will dramatically improve your chances of having your code merged, especially if we think you'll hang around to maintain it.

For more places to discuss darktable, see here for more information.

Coding style

We like our code to be properly formatted, and we have a well-defined coding style that is enforced at PR review time.

See the Coding Style section in the Developer's Guide on our GitHub wiki.

AI coding agents

If you work with an AI coding agent, AGENTS.md in the repository root carries the project's conventions for it: how to build and test, the coding style, and what we expect of commits and pull requests. Most agents read it without being asked.

Your own instructions go in AGENTS.local.md beside it. That file is untracked, and amends AGENTS.md rather than replacing it.