From fc1aa11c66c8a680e23beff61022b6c3bf965675 Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 10 Oct 2025 18:19:29 -0700 Subject: [PATCH] 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. --- docs/CONTRIBUTING.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index fdcdf1cc..f7862185 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -6,18 +6,16 @@ Thanks for your interest in contributing to this project! There are several ways you can get involved: -| Type of contribution | Contribution method | -| ------------------------------------------ | -------------------------------------------------------------------------------- | -| - Support
- Question
- Discussion | Post on the [**Arduino Forum**][forum] | -| - Defect report
- Enhancement proposal | Issue report (see the guide [**here**][issues]) | -| - Correction
- Enhancement | Pull request (see the guide [**here**][prs]) | -| Monetary | - [Donate][donate]
- [Sponsor][sponsor]
- [Buy official products][store] | +| Type of contribution | Contribution method | +| ------------------------------------------ | ----------------------------------------------- | +| - Support
- Question
- Discussion | Post on the [**Arduino Forum**][forum] | +| - Defect report
- Enhancement proposal | Issue report (see the guide [**here**][issues]) | +| - Correction
- Enhancement | Pull request (see the guide [**here**][prs]) | +| Monetary | [Buy official products][store] | [forum]: https://forum.arduino.cc [issues]: contributor-guide/issues.md#issue-report-guide [prs]: contributor-guide/pull-requests.md#pull-request-guide -[donate]: https://www.arduino.cc/en/donate/ -[sponsor]: https://github.com/sponsors/arduino [store]: https://store.arduino.cc ## Resources