Skip to content

Commit 1749ab7

Browse files
committed
CONTRIBUTING.md: Change format of the repositories table
1 parent 037a672 commit 1749ab7

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

CONTRIBUTING.md

+16-13
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,22 @@ To report a bug or a small enhancement please use the [issue tracker](http://git
99
- [ ] `Your issue is not a duplicate.` So search for similar open and closed issues and pull-requests.
1010
- [ ] `Make sure you are working on the right repository. See the table below.`
1111

12-
| Repositories | Projects |
13-
|---|---|
14-
|[Arduino](https://github.com/arduino/Arduino) | Arduino IDE, arduino.cc (but not the Arduino Playground), Library Manager |
15-
|[Arduino Playground](http://forum.arduino.cc/index.php?board=24.0) | This is a publicly editable wiki. Please either make the edit yourself or create a post |
16-
|[Arduino Forum](https://github.com/arduino/forum-issues) | Issues about the Arduino Forum |
17-
| [Libraries for Arduino IDE](https://github.com/arduino-libraries) | Changing libraries for the IDE |
18-
| [Arduino-builder](https://github.com/arduino/arduino-builder)| |
19-
|[Arduino Web Editor](https://github.com/arduino/arduino-create-agent) | |
20-
|[Arduino SAMD Boards](https://github.com/arduino/ArduinoCore-samd)|Zero, MKR1000, MKRZero, etc. |
21-
|[Arduino SAM Boards](https://github.com/arduino/ArduinoCore-sam)| Due |
22-
|[Arduino AVR Boards toolchain (avr-gcc)](https://github.com/arduino/toolchain-avr)| |
23-
|[Arduino's build of AVRDUDE](https://github.com/arduino/avrdude-build-script)||
24-
|Third party repository | for third party libraries, hardware packages or sketches |
12+
| Issue topic | Report at |
13+
|-|-|
14+
| Arduino IDE, Arduino AVR Boards, arduino.cc (but not the Arduino Playground), Library Manager additions | [arduino/Arduino](https://github.com/arduino/Arduino) |
15+
| [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). |
16+
| Translations for the Arduino IDE | [transifex](https://www.transifex.com/mbanzi/arduino-ide-15/) |
17+
| Arduino Forum | [arduino/forum-issues](https://github.com/arduino/forum-issues) |
18+
| Arduino libraries | [arduino-libraries](https://github.com/arduino-libraries) |
19+
| arduino-builder | [arduino/arduino-builder](https://github.com/arduino/arduino-builder) |
20+
| [Arduino Web Editor](https://create.arduino.cc/editor) | [arduino/arduino-create-agent](https://github.com/arduino/arduino-create-agent) |
21+
| Arduino SAMD Boards (Zero, MKR1000, MKRZero, etc.) | [arduino/ArduinoCore-samd](https://github.com/arduino/ArduinoCore-samd) |
22+
| Arduino SAM Boards (Due) | [arduino/ArduinoCore-sam](https://github.com/arduino/ArduinoCore-sam) |
23+
| AVR Toolchain for Arduino | [arduino/toolchain-avr](https://github.com/arduino/toolchain-avr) |
24+
| Arduino's build of AVRDUDE | [arduino/avrdude-build-script](https://github.com/arduino/avrdude-build-script) |
25+
| 3rd party libraries, hardware, or sketches | Report issues to the author of the software, *not* Arduino. |
26+
27+
When you're not sure where your issue belongs, report it at [arduino/Arduino](https://github.com/arduino/Arduino) and we'll move it to where it belongs (but remember: Only bug reports and feature requests, do not ask for help with your own code there).
2528

2629
When you have checked the previous boxes. Please consider the following points before posting the issue.
2730

0 commit comments

Comments
 (0)