From d0a78fb95a5f095fe9a4a62ac3039874483a05b4 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 11 Oct 2025 00:12:40 -0700 Subject: [PATCH] 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. --- docs/CONTRIBUTING.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 723ac8a5..75de7f00 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -4,19 +4,18 @@ First of all, thanks for contributing! This document provides some basic guideli There are several ways you can get involved: -| Type of contribution | Contribution method | -| ------------------------------------------------- | ------------------------------------------------------- | -| - Support request
- Question
- Discussion | Post on the [Arduino Forum][forum] | -| - Bug report
- Feature request | Issue report (read the [issue guidelines][issues]) | -| Beta testing | Try out the [nightly build][nightly] | -| - Bug fix
- Enhancement | Pull Request (read the [pull request guidelines][prs]) | -| Monetary | - [Donate][donate]
- [Buy official products][store] | +| Type of contribution | Contribution method | +| ------------------------------------------------- | ------------------------------------------------------ | +| - Support request
- Question
- Discussion | Post on the [Arduino Forum][forum] | +| - Bug report
- Feature request | Issue report (read the [issue guidelines][issues]) | +| Beta testing | Try out the [nightly build][nightly] | +| - Bug fix
- Enhancement | Pull Request (read the [pull request guidelines][prs]) | +| Monetary | [Buy official products][store] | [forum]: https://forum.arduino.cc/c/using-arduino/project-guidance/19 [issues]: #issue-reports [nightly]: installation.md#nightly-builds [prs]: #pull-requests -[donate]: https://www.arduino.cc/en/donate/ [store]: https://store.arduino.cc ## Issue Reports