Skip to content

Commit d0a78fb

Browse files
committed
Remove donation link 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 in the contributor guide.
1 parent cc00a94 commit d0a78fb

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/CONTRIBUTING.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@ First of all, thanks for contributing! This document provides some basic guideli
44

55
There are several ways you can get involved:
66

7-
| Type of contribution | Contribution method |
8-
| ------------------------------------------------- | ------------------------------------------------------- |
9-
| - Support request<br/>- Question<br/>- Discussion | Post on the [Arduino Forum][forum] |
10-
| - Bug report<br/>- Feature request | Issue report (read the [issue guidelines][issues]) |
11-
| Beta testing | Try out the [nightly build][nightly] |
12-
| - Bug fix<br/>- Enhancement | Pull Request (read the [pull request guidelines][prs]) |
13-
| Monetary | - [Donate][donate]<br/>- [Buy official products][store] |
7+
| Type of contribution | Contribution method |
8+
| ------------------------------------------------- | ------------------------------------------------------ |
9+
| - Support request<br/>- Question<br/>- Discussion | Post on the [Arduino Forum][forum] |
10+
| - Bug report<br/>- Feature request | Issue report (read the [issue guidelines][issues]) |
11+
| Beta testing | Try out the [nightly build][nightly] |
12+
| - Bug fix<br/>- Enhancement | Pull Request (read the [pull request guidelines][prs]) |
13+
| Monetary | [Buy official products][store] |
1414

1515
[forum]: https://forum.arduino.cc/c/using-arduino/project-guidance/19
1616
[issues]: #issue-reports
1717
[nightly]: installation.md#nightly-builds
1818
[prs]: #pull-requests
19-
[donate]: https://www.arduino.cc/en/donate/
2019
[store]: https://store.arduino.cc
2120

2221
## Issue Reports

0 commit comments

Comments
 (0)