From 73e83cc8b44d6631181d7bc0549c249a8a78aa38 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Thu, 6 Mar 2025 00:11:44 +0100 Subject: [PATCH] no more issues --- .github/ISSUE_TEMPLATE/blank.yml | 5 +- .github/ISSUE_TEMPLATE/bug_report.yml | 131 --------------------- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 74 ------------ 4 files changed, 2 insertions(+), 210 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml diff --git a/.github/ISSUE_TEMPLATE/blank.yml b/.github/ISSUE_TEMPLATE/blank.yml index 29ad0404..99096a45 100644 --- a/.github/ISSUE_TEMPLATE/blank.yml +++ b/.github/ISSUE_TEMPLATE/blank.yml @@ -1,15 +1,12 @@ 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: - type: markdown attributes: value: | ![Are you a developer? No? This form is not for you!](https://github.com/Vencord/Vesktop/blob/main/.github/ISSUE_TEMPLATE/developer-banner.png?raw=true) - - GitHub Issues are for developers, not support. Please use our [support server](https://vencord.dev/discord) if you are not a developer. - - type: textarea id: content attributes: diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index 7a0d099a..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,131 +0,0 @@ -name: 🐛 Bug / Crash Report -description: Create a bug or crash report for Vesktop -labels: [bug] -title: "[Bug] " - -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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 807b463b..737598e9 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,4 +2,4 @@ blank_issues_enabled: false contact_links: - name: Vencord Support Server 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](https://discord.com/channels/1015060230222131221/1345457031426871417) channel!" diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml deleted file mode 100644 index d257146e..00000000 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ /dev/null @@ -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