feat: add issue templates for playback errors and desktop issues - #2354
Open
chrisdebian wants to merge 1 commit into
Open
feat: add issue templates for playback errors and desktop issues#2354chrisdebian wants to merge 1 commit into
chrisdebian wants to merge 1 commit into
Conversation
Adds a config.yml (blank issues disabled, contact links to Discord and the FAQ) and two new forms: playback_error.yml (Android + Desktop, version/build-variant/login/crossfade context) and desktop_issue.yml (OS/package/desktop-environment fields the generic bug_report.yml has no room for). Also adds a "confirm latest release" checkbox to bug_report.yml, alongside the existing duplicate-check one. Aimed at two recurring, currently unstructured report shapes: playback failures after a network blip (e.g. maxrave-dev#2239, maxrave-dev#2301) and desktop-only issues that don't fit the Android-oriented bug_report fields (e.g. maxrave-dev#1692, Wayland).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a
config.yml(disables blank issues, adds contact links to Discordand the FAQ) and two new issue forms:
playback_error.yml— platform/build-variant/login/crossfadecontext fields the generic bug report doesn't ask for. Aimed at the
recurring "playback stops after a network blip" pattern (e.g. Playback stops permanently with 00:00 / NA:NA at track transition after a brief network loss (broken since v1.0.4) #2239,
Downloaded songs stop mid-track with a network error (partial download recorded as complete) #2301).
desktop_issue.yml— OS, package format, and (Linux-only) desktopenvironment fields.
bug_report.ymlis Android-oriented (asks forAndroid version, device model, custom ROM) with nowhere for desktop
users to report OS/DE. Aimed at issues like Wayland doesn't work #1692 (Wayland).
Also adds a "confirm latest release installed" checkbox to
bug_report.yml, alongside the existing duplicate-check one — severalrecent reports turned out to already be fixed in a later release.
No functional/app code touched, template-only.