mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-21 22:15:40 +00:00
acc367207a
Three files under .github/ISSUE_TEMPLATE/:
- bug_report.yml Required: summary, repro steps, expected/actual,
version, OS. Optional: install source dropdown
(AUR / .deb / .rpm / Cachix / .dmg / .msi /
from-source), Subsonic server type + version,
logs (with inline how-to), screenshots, anything
else. Auto-labels: bug, triage.
- feature_request.yml Required: use case (described as workflow, not
solution). Optional: proposed solution,
alternatives, anything else. Auto-labels:
enhancement, triage.
- config.yml blank_issues_enabled: false; redirects general
questions to Discord, Telegram for chat,
AUR page for packaging issues.
Net effect: incoming issues land with the info needed to triage
without back-and-forth, and casual support questions are routed off
the issue tracker.
17 lines
784 B
YAML
17 lines
784 B
YAML
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: Usage questions / general help
|
|
url: https://discord.gg/AMnDRErm4u
|
|
about: |
|
|
Have a question, need help connecting to your server, or not sure if a behaviour is
|
|
a bug? Please ask in the Discord community first — the issue tracker is reserved for
|
|
confirmed bugs and feature requests.
|
|
- name: Telegram community
|
|
url: https://t.me/+GLBx1_xeH28xYTJi
|
|
about: Alternative chat channel for usage questions and general discussion.
|
|
- name: AUR packaging issues
|
|
url: https://aur.archlinux.org/packages/psysonic
|
|
about: |
|
|
For problems specific to the AUR `psysonic` or `psysonic-bin` packages (build failures,
|
|
dependency mismatches, AUR metadata), please comment on the AUR page first.
|