From 1559114d92d7ff7b9029f139875631872906e322 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Thu, 12 Feb 2026 12:52:11 +0100 Subject: [PATCH] sponsorship: add explicit callout/link in README to help out TinyGo Signed-off-by: deadprogram --- .github/FUNDING.yml | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 016f65781..869e436c3 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,3 @@ # These are supported funding model platforms + open_collective: tinygo diff --git a/README.md b/README.md index eba41d77f..9cff324ed 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ This package provides a collection of over 130 different hardware drivers for de For the complete list, please see: https://tinygo.org/docs/reference/devices/ +> [!IMPORTANT] +> You can help TinyGo with a financial contribution using OpenCollective. Please see https://opencollective.com/tinygo for more information. Thank you! + ## Installing ```shell