Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 858 Bytes

File metadata and controls

10 lines (7 loc) · 858 Bytes

How do I contribute?

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

To what branch should I target my PRs?

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.