From 6993b2a7d445c3a3d44978c643ef8ae7d0c85e63 Mon Sep 17 00:00:00 2001 From: V Date: Tue, 30 Jan 2024 22:07:05 +0100 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 443adc0..fb59c58 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,9 +8,11 @@ assignees: '' --- **Describe the bug** + A clear and concise description of what the bug is. **To Reproduce** + Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' @@ -18,9 +20,11 @@ Steps to reproduce the behavior: 4. See error **Expected behavior** + A clear and concise description of what you expected to happen. **Screenshots** + If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** @@ -28,5 +32,13 @@ If applicable, add screenshots to help explain your problem. - Desktop Environment (linux only): [e.g. gnome, kde, sway] - Version: [e.g. 22] +**Command line output** + +Run vesktop from the command line. Include the relevant command line output here: +``` +paste inside these backticks +``` + **Additional context** + Add any other context about the problem here.