From 4d0d71b02b029557149754a48d083700428b2d61 Mon Sep 17 00:00:00 2001 From: Recovery Script Date: Mon, 8 Jun 2026 19:41:01 -0700 Subject: [PATCH] chore(hygiene): add SUPPORT.md pointing users to issues and discussions Minimal community-support signpost. Closes the only remaining gap in the standard GitHub hygiene file set after the scorecard/issue-template pass in a8e9e43. References SECURITY.md for vulnerability reports. --- SUPPORT.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 SUPPORT.md diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 0000000..f7a0ada --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,14 @@ +# Support + +If you need help with Tasken, please use the following channels in order of preference: + +1. **Bug reports and feature requests** — open an issue: + +2. **Questions and discussion** — GitHub Discussions: + +3. **Security issues** — follow `SECURITY.md` (do not open a public issue). + +## Scope + +Support is provided on a best-effort, community basis. There is no SLA. +For security vulnerabilities, see `SECURITY.md`.