8000 Create README.md · arduino/.github@0b2ba47 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b2ba47

Browse files
authored
Create README.md
1 parent c3bc0be commit 0b2ba47

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

profile/README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
## 🤗 Welcome to the **Arduino** open source community!
2+
3+
This organization hosts the various open-source projects managed by the Arduino team, including:
4+
5+
* Tools
6+
* IDE: [1.x](https://github.com/arduino/Arduino) - [2.x](https://github.com/arduino/arduino-ide)
7+
* Command line: [CLI](https://github.com/arduino/arduino-cli) - [Lint](https://github.com/arduino/arduino-lint) - [FWUploader](https://github.com/arduino/arduino-fwuploader)
8+
* Misc: [create-agent](https://github.com/arduino/arduino-create-agent)
9+
* Language specification
10+
* [Abstract API specification](https://github.com/arduino/ArduinoCore-API)
11+
* [Language reference](https://github.com/arduino/reference-en)
12+
* Cores: [AVR](https://github.com/arduino/ArduinoCore-avr) - [megaAVR](https://github.com/arduino/ArduinoCore-megaavr) - [SAMD](https://github.com/arduino/ArduinoCore-samd) - [SAM](https://github.com/arduino/ArduinoCore-sam) - [Mbed](https://github.com/arduino/ArduinoCore-mbed)
13+
* [Library registry](https://github.com/arduino/library-registry)
14+
* Documentation
15+
* [docs.arduino.cc sources](https://github.com/arduino/docs-content)
16+
* [support.arduino.cc sources](https://github.com/arduino/help-center-content)
17+
* [Built-in examples](https://github.com/arduino/arduino-examples)
18+
* GitHub Actions: [arduino-lint-action](https://github.com/arduino/arduino-lint-action) - [compile-sketches](https://github.com/arduino/compile-sketches)
19+
20+
Maintaining these projects and handling community contributions is a hard job. Please support us by [buying original Arduino products](https://store.arduino.cc/) or by [donating](https://www.arduino.cc/en/donate/), or even better by joining us in the maintenance of these repositories. Your help will be very appreciated.
21+
22+
### ✨ How you can contribute
23+
24+
* **Triage** open issues: try to reproduce issues reported by other users and confirm whether you can experience them as well, or ask users for more details if needed. Spot duplicates. Improve descriptions. Help users who ask for support.
25+
* **Submit** fixes and implementations: pick an open issue or feature request that you think you can implement yourself, and submit a pull request with an implementation.
26+
* **Test** open pull requests: try to run the proposed modifications and report your success or failure. Testing on real hardware takes time and any help in this will speed up our responsiveness in merging contributions.
27+
* **Help others** contribute by reviewing their code and suggesting good ways to implement fixes and features.
28+
* **Write documentation** and improve the existing content.
29+
30+
We value contributions and we provide the most active and constant contributors with public recognition, maintainer status and hardware goodies.
31+
32+
### 🔒 Security
33+
34+
To report potential vulnerabilities, please see our [security policy](https://www.arduino.cc/en/security).

0 commit comments

Comments
 (0)
0