-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# 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! :heart: :heart: :heart: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters