Skip to content

Commit 863f20c

Browse files
docs(funding): enable GitHub Sponsors button + README support section
Two small changes, both customer-facing, both released into the public-hold-period window for v1.0.0-rc1: - .github/FUNDING.yml: uncomment `github: RelativisticJet` so the Sponsor button appears on the repo sidebar. GitHub Sponsors onboarding completed 2026-05-22; the previous all-commented state was the safe default while the platform account didn't exist yet (per the file's own header guidance — linking a platform you haven't onboarded creates a 404). - README.md: insert "## 💖 Support This Project" section between Contributing and Trademark Notice. Links to https://github.com/sponsors/RelativisticJet plus star + issue-report CTAs. Phrases the value proposition as funded focus time on Whitelist Manager + adjacent open-source SOC tooling, matching the bio + introduction on the Sponsors profile page. Repo metadata also updated separately via `gh repo edit --homepage https://relativisticjet.github.io/wl_manager/` (Phase 2.11 finish — the About-card "Website" field, which is set via the gear icon next to "About" on the main repo page OR via the gh CLI, NOT via Settings → General as previously stated; correcting that path confusion here for future reference). Closes the Sponsor-button + homepage-URL gaps surfaced in this session's first-impression audit. Remaining first-impression items (app icon, social preview image) tracked separately — both need design input from the maintainer rather than mechanical edits.
1 parent de56cc1 commit 863f20c

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Order in this file does not affect rendering order; GitHub renders
1111
# them in its own canonical order regardless.
1212

13-
# github: RelativisticJet # GitHub Sponsors — requires onboarding
13+
github: RelativisticJet # GitHub Sponsors — onboarding completed 2026-05-22
1414
# ko_fi: <username> # https://ko-fi.com/<username>
1515
# buy_me_a_coffee: <username> # https://www.buymeacoffee.com/<username>
1616
# liberapay: <username> # https://liberapay.com/<username>

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,23 @@ If you add a new validation wrapper (e.g. a path or URL sanitizer), update the
266266
corresponding `tests/semgrep/*-splunk.yaml` `pattern-sanitizers` list in the
267267
same PR, or legitimate callers of your wrapper will trip the rule.
268268

269+
## 💖 Support This Project
270+
271+
Whitelist Manager is built and maintained on personal time. If it saves your
272+
SOC effort — or you'd like to see it keep evolving — you can support the work:
273+
274+
- **[Sponsor on GitHub](https://github.com/sponsors/RelativisticJet)** — one-time
275+
or monthly contributions, any tier
276+
- **Star the repo** — helps other SOC teams discover the project
277+
- **Report issues** — bugs found during the v1.0.0-rc1 public hold period are
278+
high-leverage; see [CONTRIBUTING.md](CONTRIBUTING.md) for the response-SLA
279+
policy
280+
281+
Sponsorships fund focused time on Whitelist Manager (post-rc1 priorities:
282+
dark-theme polish, multi-org adaptability, richer approval workflows) and on
283+
new open-source SOC tooling in the same audit-first, solo-maintainer-friendly
284+
style.
285+
269286
## Trademark Notice
270287

271288
Splunk, Splunk Enterprise, and Splunk Enterprise Security are registered

0 commit comments

Comments
 (0)