Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions SUPPORT.md
Original file line number Diff line number Diff line change
@@ -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.
Comment on lines +12 to +16
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines with the full GitHub issue-template URLs exceed the repo’s 80-character Markdown lint limit (MD013). Consider switching to repo-relative links (e.g., /finallyjay/selfhosted-docker-services/issues/new?template=...) or another shortening approach to keep these lines <= 80 chars.

Copilot uses AI. Check for mistakes.
Comment on lines +11 to +16
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The support guidance for "Bug reports" doesn’t mention the repo’s security reporting policy. SECURITY.md explicitly says not to open public issues for vulnerabilities; consider adding a separate bullet here that directs security disclosures to SECURITY.md / private security advisories to avoid accidental public disclosure.

Copilot uses AI. Check for mistakes.

## Out of Scope

Issues with upstream container images (e.g., Plex, Pi-hole)
should be reported to their respective projects, not here.
Loading