mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-10 02:48:33 +00:00
The Arduino company is no longer soliciting monetary donations. Community members who wish to contribute to the project still have opportunities to do so via the other options listed here.
28 lines
1.5 KiB
Markdown
28 lines
1.5 KiB
Markdown
<!-- Source: https://github.com/arduino/tooling-project-assets/blob/main/documentation-templates/contributor-guide/general/CONTRIBUTING.md -->
|
|
|
|
# Contributor Guide
|
|
|
|
Thanks for your interest in contributing to this project!
|
|
|
|
There are several ways you can get involved:
|
|
|
|
| Type of contribution | Contribution method |
|
|
| ----------------------------------------- | ---------------------------------------------------------------- |
|
|
| - Support<br/>- Question<br/>- Discussion | Post on the [**Arduino Forum**][forum] |
|
|
| - Bug report<br/>- Feature request | Issue report (see the guide [**here**][issues]) |
|
|
| Testing | Beta testing, PR review (see the guide [**here**][beta-testing]) |
|
|
| Translation | See the guide [**here**][translate] |
|
|
| - Bug fix<br/>- Enhancement | Pull request (see the guide [**here**][prs]) |
|
|
| Monetary | [Buy official products][store] |
|
|
|
|
[forum]: https://forum.arduino.cc
|
|
[issues]: contributor-guide/issues.md#issue-report-guide
|
|
[beta-testing]: contributor-guide/beta-testing.md#beta-testing-guide
|
|
[translate]: contributor-guide/translation.md#translator-guide
|
|
[prs]: contributor-guide/pull-requests.md#pull-request-guide
|
|
[store]: https://store.arduino.cc
|
|
|
|
## Resources
|
|
|
|
- [**Development Guide**](development.md#development-guide)
|