From 89af7f037c77d58e33fe30a3f4caade3c883d1ed Mon Sep 17 00:00:00 2001 From: Recovery Script Date: Mon, 8 Jun 2026 20:02:00 -0700 Subject: [PATCH] docs: add SUPPORT.md routing users to SECURITY.md and issue templates Smallest OSS-hygiene gap after the scorecard and issue-template work: GitHub surfaces a "Support" link that 404'd before. This file routes users to SECURITY.md for security issues and to the issue templates for everything else, and notes that no commercial support is offered. Co-Authored-By: Claude Opus 4.7 --- SUPPORT.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 SUPPORT.md diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 0000000..359c0f9 --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,11 @@ +# Support + +If you found a security issue, follow [SECURITY.md](SECURITY.md) — do not open a public issue. + +For questions, usage help, or bug reports: +- Open a GitHub issue using the templates under `.github/ISSUE_TEMPLATE/` +- For general questions, use GitHub Discussions if enabled, otherwise a `question` issue + +Commercial / paid support is not provided. This is a community-supported project. + +If you need a fix urgently, opening a clear, minimal-reproduction issue (or a PR) is the fastest path.