To contribute to TheBrewingProject, you need to make a pull request (often shortened to PR). After you have done that, someone will review and test your code. If any issues was found in the code, we will give constructive feedback.
Note
We won't condone vibe coding, but we do expect contributors to be able to understand what they have written
The target branch for PRs depends on the scope of the changes. If your changes do not introduce any new features, then it should target the master branch otherwise it should target the nightly branch.
The rule has been introduced because crucial bug fixes should really only be applied on the most recent version without any extra features. However clean code you write, new features always introduce new bugs.