Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 956 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (17 loc) · 956 Bytes

How to contribute to EMUcan

Did you find a bug?

  • Open a New Issue and describe the Bug so that it can be reproduced.

  • The more information you put inside, the better!

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. Include the relevant issue number if applicable.

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

  • Open a New Issue and describe it.

  • If you have the code ready, open a new GitHub pull request. Include the relevant issue number in the description.

Do you have questions about the source code?

  • Open a New Issue with the question.

Automated code checks

Any PR is checked with the help of GitHub Actions for:

  • Spelling and natural language.

  • Formatting against the build autoformat of the Arduino IDE, [STRG]+[T] / [CMD]+[T]

Thanks! ❤️ ❤️ ❤️