no more issues
This commit is contained in:
5
.github/ISSUE_TEMPLATE/blank.yml
vendored
5
.github/ISSUE_TEMPLATE/blank.yml
vendored
@@ -1,15 +1,12 @@
|
|||||||
name: Blank Issue
|
name: Blank Issue
|
||||||
description: Reserved for developers. Use the bug report or feature request templates instead.
|
description: Reserved for Vesktop Developers. Join our support server for support.
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
GitHub Issues are for developers, not support. Please use our [support server](https://vencord.dev/discord) if you are not a developer.
|
GitHub Issues are for developers, not support. Please use our [support server](https://vencord.dev/discord) if you are not a developer.
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: content
|
id: content
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
131
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
131
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,131 +0,0 @@
|
|||||||
name: 🐛 Bug / Crash Report
|
|
||||||
description: Create a bug or crash report for Vesktop
|
|
||||||
labels: [bug]
|
|
||||||
title: "[Bug] <title>"
|
|
||||||
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Thanks 🩷 for taking the time to fill out this bug report! Before proceeding, please read the following**
|
|
||||||
|
|
||||||
Make sure a similar issue doesn't already exist by [searching the existing issues](https://github.com/Vencord/Vesktop/issues?q=is%3Aissue) for keywords!
|
|
||||||
|
|
||||||
Make sure both Vesktop and Vencord are fully up to date. You can update Vencord by right-clicking the Vesktop tray icon and pressing "Repair Vencord"
|
|
||||||
|
|
||||||
**DO NOT REPORT** any of the following issues:
|
|
||||||
- Purely graphical glitches like flickering, scaling issues[^1]
|
|
||||||
- App crashing / not showing window with mentions of the gpu process in the stacktrace[^1]
|
|
||||||
- Screenshare not starting, black screening or crashing[^2]
|
|
||||||
- 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]
|
|
||||||
- Anything about Screenshare Performance[^7]
|
|
||||||
|
|
||||||
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,
|
|
||||||
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/)
|
|
||||||
[^7]: Screensharing is managed entirely by Chromium and your System. For optimal performance, make sure you [enable Hardware Acceleration](https://wiki.archlinux.org/title/Chromium#Hardware_video_acceleration).
|
|
||||||
Depending on GPU driver, it might not be supported. We are actively working on making this work out of the box everywhere.
|
|
||||||
|
|
||||||
- type: input
|
|
||||||
id: discord
|
|
||||||
attributes:
|
|
||||||
label: Discord Account
|
|
||||||
description: Who on Discord is making this request? Not required but encouraged for easier follow-up
|
|
||||||
placeholder: username#0000
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|
||||||
- type: input
|
|
||||||
id: os
|
|
||||||
attributes:
|
|
||||||
label: Operating System
|
|
||||||
description: What operating system are you using (eg Windows 10, macOS Big Sur, Ubuntu 20.04)?
|
|
||||||
placeholder: Windows 10
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: input
|
|
||||||
id: linux-de
|
|
||||||
attributes:
|
|
||||||
label: Linux Only ~ Desktop Environment
|
|
||||||
description: If you are on Linux, what Desktop environment are you using (eg GNOME, KDE, XFCE)? Are you using Wayland or Xorg?
|
|
||||||
placeholder: Gnome on Wayland
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|
||||||
- type: input
|
|
||||||
id: install-type
|
|
||||||
attributes:
|
|
||||||
label: Package Type
|
|
||||||
description: What kind of Vesktop package are you using? (Setup exe, Portable, Flatpak, AppImage, Deb, etc)
|
|
||||||
placeholder: Flatpak
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: bug-description
|
|
||||||
attributes:
|
|
||||||
label: What happens when the bug or crash occurs?
|
|
||||||
description: Where does this bug or crash occur, when does it occur, etc.
|
|
||||||
placeholder: The bug/crash happens sometimes when I do ..., causing this to not work/the app to crash. I think it happens because of ...
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: expected-behaviour
|
|
||||||
attributes:
|
|
||||||
label: What is the expected behaviour?
|
|
||||||
description: Simply detail what the expected behaviour is.
|
|
||||||
placeholder: I expect Vencord/Discord to open the ... page instead of ..., it prevents me from doing ...
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: steps-to-take
|
|
||||||
attributes:
|
|
||||||
label: How do you recreate this bug or crash?
|
|
||||||
description: Give us a list of steps in order to recreate the bug or crash.
|
|
||||||
placeholder: |
|
|
||||||
1. Do ...
|
|
||||||
2. Then ...
|
|
||||||
3. Do this ..., ... and then ...
|
|
||||||
4. Observe "the bug" or "the crash"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: debug-logs
|
|
||||||
attributes:
|
|
||||||
label: Debug Logs
|
|
||||||
description: Run vesktop from the command line. Include the relevant command line output here. If there are any lines that seem relevant, try googling them or searching existing issues
|
|
||||||
placeholder: Paste your crash-log here.
|
|
||||||
render: shell
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: checkboxes
|
|
||||||
id: agreement-check
|
|
||||||
attributes:
|
|
||||||
label: Request Agreement
|
|
||||||
description: We only accept reports for bugs that happen on supported and up to date Vesktop releases
|
|
||||||
options:
|
|
||||||
- label: I have searched the existing issues and found no similar issue
|
|
||||||
required: true
|
|
||||||
- label: I am using the latest Vesktop and Vencord versions
|
|
||||||
required: true
|
|
||||||
- label: This issue occurs on an official release (not just the AUR or Nix packages)
|
|
||||||
required: true
|
|
||||||
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -2,4 +2,4 @@ blank_issues_enabled: false
|
|||||||
contact_links:
|
contact_links:
|
||||||
- name: Vencord Support Server
|
- name: Vencord Support Server
|
||||||
url: https://discord.gg/D9uwnFnqmd
|
url: https://discord.gg/D9uwnFnqmd
|
||||||
about: If you need help regarding Vesktop or Vencord, please join our support server!
|
about: "Need Help? Join our support server and ask in the #vesktop-support channel!"
|
||||||
|
|||||||
74
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
74
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@@ -1,74 +0,0 @@
|
|||||||
name: 🛠️ Feature Request
|
|
||||||
description: Request a feature for Vesktop
|
|
||||||
labels: [enhancement]
|
|
||||||
title: "[Feature Request] <title>"
|
|
||||||
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
**Thanks 🩷 for taking the time to fill out this request! Before proceeding, please read the following**
|
|
||||||
|
|
||||||
Make sure a similar request doesn't already exist by [searching the existing issues](https://github.com/Vencord/Vesktop/issues?q=is%3Aissue) for keywords!
|
|
||||||
|
|
||||||
This form is only meant for **Vesktop feature requests**.
|
|
||||||
For plugin requests or Vencord feature requests, go [here](https://github.com/Vencord/plugin-requests/issues/new?template=request.yml) instead!
|
|
||||||
|
|
||||||
**DO NOT** make any icon related requests or you will be blocked.
|
|
||||||
|
|
||||||
- type: input
|
|
||||||
id: discord
|
|
||||||
attributes:
|
|
||||||
label: Discord Account
|
|
||||||
description: Who on Discord is making this request? Not required but encouraged for easier follow-up
|
|
||||||
placeholder: username#0000
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: motivation
|
|
||||||
attributes:
|
|
||||||
label: Motivation
|
|
||||||
description: If your feature request related to a problem? Please describe
|
|
||||||
placeholder: I'm always frustrated when ..., I think it would be better if ...
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: solution
|
|
||||||
attributes:
|
|
||||||
label: Solution
|
|
||||||
description: Describe the solution you'd like
|
|
||||||
placeholder: A clear and concise description of what you want to happen.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: alternatives
|
|
||||||
attributes:
|
|
||||||
label: Alternatives
|
|
||||||
description: Describe alternatives you've considered
|
|
||||||
placeholder: A clear and concise description of any alternative solutions or features you've considered.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: additional-context
|
|
||||||
attributes:
|
|
||||||
label: Additional context
|
|
||||||
description: Add any other context here. Screenshots or mockups could help greatly
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|
||||||
- type: checkboxes
|
|
||||||
id: agreement-check
|
|
||||||
attributes:
|
|
||||||
label: Request Agreement
|
|
||||||
description: This form is only for Vesktop feature requests. If the following don't apply, re-read the introduction text
|
|
||||||
options:
|
|
||||||
- label: I have searched the existing issues and found no similar issue
|
|
||||||
required: true
|
|
||||||
- label: This is not a plugin request
|
|
||||||
required: true
|
|
||||||
- label: This is not a Vencord feature request
|
|
||||||
required: true
|
|
||||||
Reference in New Issue
Block a user