Merge branch 'main' into tray-icon
This commit is contained in:
		
						commit
						d379f96123
					
				
					 2 changed files with 19 additions and 6 deletions
				
			
		
							
								
								
									
										21
									
								
								.github/ISSUE_TEMPLATE/bug_report.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										21
									
								
								.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: | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/winget-submission.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/winget-submission.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -16,7 +16,7 @@ jobs: | ||||||
|     runs-on: windows-latest |     runs-on: windows-latest | ||||||
|     steps: |     steps: | ||||||
|       - name: Submit package to Winget Community Repo |       - name: Submit package to Winget Community Repo | ||||||
|         uses: vedantmgoyal2009/winget-releaser@4614300d5812e5df91cb02ef0edbece623d5dea8 |         uses: vedantmgoyal2009/winget-releaser@0db4f0a478166abd0fa438c631849f0b8dcfb99f | ||||||
|         with: |         with: | ||||||
|           identifier: Vencord.Vesktop |           identifier: Vencord.Vesktop | ||||||
|           token: ${{ secrets.WINGET_PAT }} |           token: ${{ secrets.WINGET_PAT }} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Oleh Polisan
						Oleh Polisan