mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
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.
15 lines
703 B
YAML
15 lines
703 B
YAML
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: Feature request or idea
|
|
url: https://github.com/snapotter-hq/snapotter/discussions/new?category=ideas
|
|
about: Suggest a new tool or improvement and let the community upvote it.
|
|
- name: Questions and help
|
|
url: https://discord.gg/hr3s7HPUsr
|
|
about: Ask questions, get setup help, and chat with the community.
|
|
- name: Documentation
|
|
url: https://docs.snapotter.com/
|
|
about: Check the docs for setup guides, configuration, and API reference.
|
|
- name: Security vulnerability
|
|
url: https://github.com/snapotter-hq/snapotter/security/advisories/new
|
|
about: Report security issues privately through GitHub Security Advisories.
|