Conversation
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) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds a repository-level support guide (SUPPORT.md) to direct users to the right places for help/requests and to clarify what is out of scope for this repo.
Changes:
- Introduces
SUPPORT.mdwith guidance for service-specific help, bug reports, and new service requests. - Clarifies that upstream container image issues should be reported to upstream projects.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| [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. |
There was a problem hiding this comment.
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.
| - **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. |
There was a problem hiding this comment.
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.
Summary
SUPPORT.mddirecting users to service READMEs and issue templatesTest plan