Files
SnapOtter/SUPPORT.md
T
SnapOtter 609cd6b609 chore(github): redesign issue intake forms and routing
Overhaul the bug report form and restructure issue intake for 2.0:

- Bug report: split actual vs expected behavior, add Affected area and
  Specific tool fields for triage, replace the self-defeating required
  "latest version" checkbox with a Version field that accepts a tag,
  release, or commit (always answerable from any install), modernize
  Docker guidance to the Compose stack, add Host OS, and fix the
  previously required image-tag field that source users could not fill.
- Move feature requests to GitHub Discussions: delete the feature_request
  issue form, rename the orphaned discussion form to ideas.yml so it binds
  to the built-in Ideas category, and point config.yml there.
- Add Translation and Documentation issue forms routed to existing labels.
- Remove the roadmap-update discussion form (roadmap is private).
- Reconcile CONTRIBUTING.md, SUPPORT.md, and the published docs
  contributing guide with the new routing.
2026-06-17 14:21:18 +08:00

30 lines
1.5 KiB
Markdown

# Support
## Getting Help
| Channel | Use for |
|---------|---------|
| [Documentation](https://docs.snapotter.com/) | Setup guides, configuration, API reference, tool usage |
| [Discord](https://discord.gg/hr3s7HPUsr) | Quick questions, troubleshooting, community discussion |
| [GitHub Discussions](https://github.com/snapotter-hq/snapotter/discussions) | Longer-form questions, ideas, show-and-tell |
## Reporting Problems
| Problem | Where to report |
|---------|----------------|
| Bug (something is broken) | [GitHub Issues](https://github.com/snapotter-hq/snapotter/issues/new?template=bug_report.yml) |
| Feature request or idea | [GitHub Discussions](https://github.com/snapotter-hq/snapotter/discussions/new?category=ideas) |
| Wrong or missing translation | [GitHub Issues](https://github.com/snapotter-hq/snapotter/issues/new?template=translation.yml) |
| Documentation problem | [GitHub Issues](https://github.com/snapotter-hq/snapotter/issues/new?template=documentation.yml) |
| Security vulnerability | [Private advisory](https://github.com/snapotter-hq/snapotter/security/advisories/new) (never a public issue) |
## Before Opening an Issue
1. Check the [documentation](https://docs.snapotter.com/) for your question
2. Search [existing issues](https://github.com/snapotter-hq/snapotter/issues) for duplicates
3. Make sure you are running the latest version
## Response Times
We are a small team. Expect responses within 7 days for issues. Discord is faster for quick questions but not guaranteed.