Skip to content

Commit e46a6ce

Browse files
committed
Add list of contribution options to CONTRIBUTING.md
This serves as an introduction to the document.
1 parent f044f29 commit e46a6ce

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CONTRIBUTING.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Contributing Rules
2-
Thanks for your interest in contributing to this free open source project! Please take the time to read this before submitting an issue report or pull request.
2+
Thanks for your interest in contributing to this free open source project! Arduino welcomes help from the community. There are several ways you can get involved:
3+
4+
| Type of contribution | Contribution method |
5+
|-|-|
6+
| - Support request<br/>- Question<br/>- Problem with your Arduino<br/>- Discussion | Post on the [Arduino Forum](http://forum.arduino.cc) |
7+
| - Bug report<br/>- [Arduino website](https://www.arduino.cc/) issue or improvement<br/>- Feature request | Issue report (read the [issue guidelines](#issues)) |
8+
| - Bug fix<br/>- Enhancement | Pull Request (read the [pull request guidelines](#pull-requests)) |
9+
| [Arduino Playground](http://playground.arduino.cc/) | This is a publicly editable wiki. Feel free to make edits or create a post on the [forum](http://forum.arduino.cc/index.php?board=24.0) to discuss changes. |
10+
| Translations for the Arduino IDE | [transifex](https://www.transifex.com/mbanzi/arduino-ide-15/) |
11+
| Monetary | - [Donate](https://www.arduino.cc/en/Main/Contribute)<br/>- [Buy official products](https://store.arduino.cc) |
12+
313

414
## Issues
515
- Do you need help or have a question about using Arduino? Support requests should be made to the appropriate section of the [Arduino forum](http://forum.arduino.cc) rather than an issue report. **Issue reports are to be used to report bugs or make feature requests only.**
@@ -9,8 +19,6 @@ Thanks for your interest in contributing to this free open source project! Pleas
919
| Issue topic | Report at |
1020
|-|-|
1121
| Arduino IDE, Arduino AVR Boards, arduino.cc (but not the Arduino Playground or forum), Library Manager additions | [arduino/Arduino](https://github.com/arduino/Arduino/issues) |
12-
| [Arduino Playground](http://playground.arduino.cc/) | This is a publicly editable wiki. Please either make the edit yourself or create a post on the [forum](http://forum.arduino.cc/index.php?board=24.0). |
13-
| Translations for the Arduino IDE | [transifex](https://www.transifex.com/mbanzi/arduino-ide-15/) |
1422
| Arduino Forum | [arduino/forum-issues](https://github.com/arduino/forum-issues/issues) |
1523
| Arduino libraries | [arduino-libraries](https://github.com/arduino-libraries) |
1624
| arduino-builder | [arduino/arduino-builder](https://github.com/arduino/arduino-builder/issues) |

0 commit comments

Comments
 (0)