-
Notifications
You must be signed in to change notification settings - Fork 0
[Repo] feat: Add support guide #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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
+11
to
+16
|
||
|
|
||
| ## Out of Scope | ||
|
|
||
| Issues with upstream container images (e.g., Plex, Pi-hole) | ||
| should be reported to their respective projects, not here. | ||
There was a problem hiding this comment.
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.