From 86d4bfe1cd79294939357e26710da8d424726d53 Mon Sep 17 00:00:00 2001 From: DemchaAV Date: Fri, 7 Aug 2026 08:18:49 +0100 Subject: [PATCH] docs: add GitHub Sponsors funding config and README section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nothing in the repository pointed anywhere for funding, so the Sponsor button never appeared — not in the repository header, not on issues or pull requests, which is where GitHub surfaces it. FUNDING.yml enables it. The README section sits before License rather than near the top: the page is already 400+ lines and dense for a first visit, and a funding badge in the first screen competes with the Maven coordinates people actually arrive for. The wording states that sponsorship gates no feature and buys no queue position, so it cannot be read against SUPPORT.md, which says triage is best-effort with no paid tier. Verification: DocumentationLinkGuardTest, 1 test, green — the new relative link into SUPPORT.md resolves. --- .github/FUNDING.yml | 1 + README.md | 12 ++++++++++++ 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 00000000..22997078 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: DemchaAV diff --git a/README.md b/README.md index 77d94728..dddd5d7c 100644 --- a/README.md +++ b/README.md @@ -402,6 +402,18 @@ people want directly: - [**graph-compose-markdown**](https://central.sonatype.com/artifact/io.github.demchaav/graph-compose-markdown) — a Markdown → PDF path built on the GraphCompose engine. Hand it a Markdown document and it renders through the same layout, theme, and PDFBox pipeline as the Java DSL — a companion **input surface** for teams who would rather author in Markdown than call the DSL directly. Published on Maven Central as `io.github.demchaav:graph-compose-markdown`; independent lifecycle, consumes the engine as a dependency. - [**graphcompose-ai-flow**](https://github.com/DemchaAV/graphcompose-ai-flow) — experimental sister project exploring an AI-assisted authoring flow on top of GraphCompose. Independent codebase, separate lifecycle — nothing in this repo depends on it. Track it if you are interested in agentic document composition driven by the same semantic node model. +## Sponsorship + +GraphCompose is MIT-licensed and solo-maintained. If it saves your team work, +[GitHub Sponsors](https://github.com/sponsors/DemchaAV) funds the unglamorous +half of keeping it alive — release engineering, dependency upgrades, the +visual-regression suite, and issue triage. + +Recurring or one-off. No tier gates a feature, nothing here is or will be +paywalled, and sponsorship buys no queue position: issues stay best-effort for +everyone alike — see [SUPPORT.md](./SUPPORT.md) for which channel fits +which question. + ## License MIT — see [`LICENSE`](./LICENSE).