Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.41 KB

CONTRIBUTING.md

File metadata and controls

31 lines (16 loc) · 1.41 KB

How to contribute to CorBinian

First off, thanks for taking the time to contribute!

Did you find a bug?

  • See if the bug was not already reported under Issues.

  • If there is no open issue addressing the problem, open a new one. Please include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the unexpected behavior.

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch.

  • Ensure the PR description clearly describes the problem and solution. Please include the relevant issue number if applicable.

  • Please note that we will generally not accept changes that are only cosmetic in nature and do not add anything substantial in terms of functionality or stability.

Do you have questions about the source code?

Do you intend to add a new feature or change an existing one?

  • Suggest your change to our team and feel free to start writing code.

  • Open an issue on GitHub once you have collected positive feedback about the change.