From f15385d63df7d0b078c2af7d5b6288f07beaf314 Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 8 Apr 2026 17:47:01 +0200 Subject: [PATCH] [Repo] feat: Add support guide Directs users to service READMEs and issue templates for help, and clarifies upstream issues are out of scope. Co-Authored-By: Claude Opus 4.6 (1M context) --- SUPPORT.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 SUPPORT.md diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 0000000..172484a --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,21 @@ +# Support + +## Getting Help + +If you need help with this project, please use the +following resources: + +- **Service-specific questions:** Check the `README.md` + inside the service directory for setup details and + environment variables. +- **Bug reports:** Open an + [issue](https://github.com/finallyjay/selfhosted-docker-services/issues/new?template=bug-report.yml) + using the bug report template. +- **New service requests:** Open an + [issue](https://github.com/finallyjay/selfhosted-docker-services/issues/new?template=new-service.yml) + using the new service template. + +## Out of Scope + +Issues with upstream container images (e.g., Plex, Pi-hole) +should be reported to their respective projects, not here.