Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add list of contribution options to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
This serves as an introduction to the document.
per1234 committed Jun 16, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2b6ac79 commit 7f718da
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Contributing Rules
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.
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:

| Type of contribution | Contribution method |
|-|-|
| - Support request<br/>- Question<br/>- Problem with your Arduino<br/>- Discussion | Post on the [Arduino Forum](http://forum.arduino.cc) |
| - Bug report<br/>- [Arduino website](https://www.arduino.cc/) issue or improvement<br/>- Feature request | Issue report (read the [issue guidelines](#issues)) |
| - Bug fix<br/>- Enhancement | Pull Request (read the [pull request guidelines](#pull-requests)) |
| [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. |
| Translations for the Arduino IDE | [transifex](https://www.transifex.com/mbanzi/arduino-ide-15/) |


## Issues
- 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 +18,6 @@ Thanks for your interest in contributing to this free open source project! Pleas
| Issue topic | Report at |
|-|-|
| Arduino IDE, arduino.cc (but not the Arduino Playground), Library Manager additions | [arduino/Arduino](https://github.com/arduino/Arduino) |
| [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). |
| Translations for the Arduino IDE | [transifex](https://www.transifex.com/mbanzi/arduino-ide-15/) |
| Arduino Forum issues | [arduino/forum-issues](https://github.com/arduino/forum-issues) |
| Arduino libraries | [arduino-libraries](https://github.com/arduino-libraries) |
| arduino-builder | [arduino/arduino-builder](https://github.com/arduino/arduino-builder) |

0 comments on commit 7f718da

Please sign in to comment.