Skip to content

Commit 155f0ae

Browse files
committed
Remove donation links from contributor guide
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.
1 parent 3d8f3fa commit 155f0ae

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ See [**the contributor guide**](docs/CONTRIBUTING.md#contributor-guide) for more
4646

4747
See the [**development guide**](docs/development.md) for a technical overview of the application and instructions for building the code.
4848

49-
## Donations
49+
### Support the project
5050

51-
This open source code was written by the Arduino team and is maintained on a daily basis with the help of the community. We invest a considerable amount of time in development, testing and optimization. Please consider [donating](https://www.arduino.cc/en/donate/) or [sponsoring](https://github.com/sponsors/arduino) to support our work, as well as [buying original Arduino boards](https://store.arduino.cc/) which is the best way to make sure our effort can continue in the long term.
51+
This open source code was written by the Arduino team and is maintained on a daily basis with the help of the community. We invest a considerable amount of time in development, testing and optimization. Please consider [buying original Arduino boards](https://store.arduino.cc/) to support our work on the project.
5252

5353
## License
5454

docs/CONTRIBUTING.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,20 @@ Thanks for your interest in contributing to this project!
66

77
There are several ways you can get involved:
88

9-
| Type of contribution | Contribution method |
10-
| ----------------------------------------- | -------------------------------------------------------------------------------- |
11-
| - Support<br/>- Question<br/>- Discussion | Post on the [**Arduino Forum**][forum] |
12-
| - Bug report<br/>- Feature request | Issue report (see the guide [**here**][issues]) |
13-
| Testing | Beta testing, PR review (see the guide [**here**][beta-testing]) |
14-
| Translation | See the guide [**here**][translate] |
15-
| - Bug fix<br/>- Enhancement | Pull request (see the guide [**here**][prs]) |
16-
| Monetary | - [Donate][donate]<br/>- [Sponsor][sponsor]<br/>- [Buy official products][store] |
9+
| Type of contribution | Contribution method |
10+
| ----------------------------------------- | ---------------------------------------------------------------- |
11+
| - Support<br/>- Question<br/>- Discussion | Post on the [**Arduino Forum**][forum] |
12+
| - Bug report<br/>- Feature request | Issue report (see the guide [**here**][issues]) |
13+
| Testing | Beta testing, PR review (see the guide [**here**][beta-testing]) |
14+
| Translation | See the guide [**here**][translate] |
15+
| - Bug fix<br/>- Enhancement | Pull request (see the guide [**here**][prs]) |
16+
| Monetary | [Buy official products][store] |
1717

1818
[forum]: https://forum.arduino.cc
1919
[issues]: contributor-guide/issues.md#issue-report-guide
2020
[beta-testing]: contributor-guide/beta-testing.md#beta-testing-guide
2121
[translate]: contributor-guide/translation.md#translator-guide
2222
[prs]: contributor-guide/pull-requests.md#pull-request-guide
23-
[donate]: https://www.arduino.cc/en/donate/
24-
[sponsor]: https://github.com/sponsors/arduino
2523
[store]: https://store.arduino.cc
2624

2725
## Resources

0 commit comments

Comments
 (0)