From 32cc78afc413dca78f49d3fd52b195b3feb957c9 Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza <8016841+diegosouzapw@users.noreply.github.com> Date: Fri, 12 Jun 2026 03:11:28 -0300 Subject: [PATCH] docs: add FUNDING.yml and Support section to README (#3698) Integrated into release/v3.8.23 --- .github/FUNDING.yml | 5 +++++ README.md | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000000..1bfb96a016 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,5 @@ +# Funding links for OmniRoute — rendered as the "Sponsor" button on GitHub. +# Docs: https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository +github: diegosouzapw +# Additional platforms (uncomment and fill in before enabling): +# custom: ["https://omniroute.online/donate"] diff --git a/README.md b/README.md index 50e484d2b6..467e920a1e 100644 --- a/README.md +++ b/README.md @@ -1013,6 +1013,14 @@ Special thanks to **[RTK - Rust Token Killer](https://github.com/rtk-ai/rtk)** b Special thanks to **[Troglodita](https://github.com/leninejunior/troglodita)** by **[Lenine Júnior](https://github.com/leninejunior)** — the PT-BR token compression project ("por que gastar muitos tokens quando poucos resolve?") whose Portuguese-native rules power OmniRoute's pt-BR language pack: pleonasm reduction, filler removal tuned for Brazilian Portuguese grammar, and technical abbreviations for the dev BR community. +## ❤️ Support + +OmniRoute is free and open source, built and maintained in the open. If it saves you time or money, consider supporting development: + +- ⭐ **Star the repo** — it genuinely helps visibility +- 💖 **[GitHub Sponsors](https://github.com/sponsors/diegosouzapw)** — fund ongoing maintenance and new providers +- 🐛 **Report bugs and share feedback** in [Discussions](https://github.com/diegosouzapw/OmniRoute/discussions) + ## 📄 License MIT License - see [LICENSE](LICENSE) for details.