Update bug_report.yml
This commit is contained in:
parent
22344512ad
commit
e0453418bd
1 changed files with 18 additions and 5 deletions
23
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
23
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -14,16 +14,29 @@ body:
|
||||||
Make sure both Vesktop and Vencord are fully up to date. You can update Vencord by right-clicking the Vesktop tray icon and pressing "Update Vencord"
|
Make sure both Vesktop and Vencord are fully up to date. You can update Vencord by right-clicking the Vesktop tray icon and pressing "Update Vencord"
|
||||||
|
|
||||||
**DO NOT REPORT** any of the following issues:
|
**DO NOT REPORT** any of the following issues:
|
||||||
- GPU related issues. These are **you** issues and you have to fix them. You can disable hardware acceleration or run with --disable-gpu.
|
- Purely graphical glitches like flickering, scaling issues[^1]
|
||||||
- Purely graphical glitches like flickering, scaling issues
|
- App crashing / not showing window with mentions of the gpu process in the stacktrace[^1]
|
||||||
- App crashing with mentions of the gpu process in the stacktrace
|
- Screenshare not starting, black screening or crashing[^2]
|
||||||
- Screenshare not starting, black screening or crashing
|
|
||||||
- Vencord related issues: This is the Vesktop repo, not Vencord
|
- Vencord related issues: This is the Vesktop repo, not Vencord
|
||||||
|
- Captchas[^3]
|
||||||
|
- Issues with opening URLs[^4]
|
||||||
|
- Issues with Notifications[^4]
|
||||||
|
- Issues with Input Methods[^4]
|
||||||
|
- Issues with File Drag and Drop[^5]
|
||||||
|
- Network Errors[^6]
|
||||||
|
|
||||||
Linux users: Please only report issues with supported packages (flatpak and any builds from the README / releases).
|
Linux users: Please only report issues with supported packages (flatpak and any builds from the README / releases).
|
||||||
We do not support other packages, like the AUR or Nix packages, so please first make sure your issue is reproducible with official releases,
|
We do not support other packages, like the AUR or Nix packages, so please first make sure your issue is reproducible with official releases,
|
||||||
like [our Flatpak](https://flathub.org/apps/dev.vencord.Vesktop) or [AppImage](https://vencord.dev/download/vesktop/amd64/appimage)
|
like [our Flatpak](https://flathub.org/apps/dev.vencord.Vesktop) or [AppImage](https://vencord.dev/download/vesktop/amd64/appimage)
|
||||||
|
|
||||||
|
|
||||||
|
[^1]: GPU issue. Disable hardware acceleration in Vesktop Settings or run with `--disable-gpu`
|
||||||
|
[^2]: System issue. You will have to fix it
|
||||||
|
[^3]: If you are receiving a lot of captchas, it means Discord thinks you might be a bot. Make sure you're not using a VPN/Proxy
|
||||||
|
[^4]: These things are handled by Chromium / Electron, not us. If they don't work, it's either an issue with your system or a bug with Chromium.
|
||||||
|
[^5]: You are likely using the Vesktop flatpak and trying to drop a file the flatpak can't access. You can fix this by installing Flatseal and using it to grant Vesktop full access to your files
|
||||||
|
[^6]: Issue on your end, you have to fix it. Try changing your DNS to [1.1.1.1 (Cloudflare DNS)](https://developers.cloudflare.com/1.1.1.1/setup/)
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: discord
|
id: discord
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue