From 7d589768ce536f55491960f06cb361d5cb5eb057 Mon Sep 17 00:00:00 2001 From: Danny Neira <16809145+dannyneira@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:10:12 -0600 Subject: [PATCH] Update 01_bug_report with info on debug level logging --- .github/ISSUE_TEMPLATE/01_bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.yml b/.github/ISSUE_TEMPLATE/01_bug_report.yml index dade55e..42199f5 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01_bug_report.yml @@ -38,7 +38,7 @@ body: id: "screenshots" attributes: label: "Screenshots" - description: "If applicable, add screenshots to help explain your problem. While optional, screenshots help expedite the time in which your bug is addressed." + description: "If applicable, add screenshots/videos to help explain your problem. While optional, screenshots help expedite the time in which your bug is addressed." validations: required: false - type: dropdown @@ -96,7 +96,7 @@ body: attributes: label: "Additional context" description: "Add any other context about the problem here." - placeholder: "If using Warp on Linux, tell us if you're using X11 or Wayland (if the issue is visual also run and tell us the result of `eglinfo`)." + placeholder: "If using Warp on Linux, tell us if you're using X11 or Wayland. If the issue is graphical, run Warp with the following command `RUST_LOG=wgpu_core=info,wgpu_hal=info MESA_DEBUG=1 EGL_LOG_LEVEL=debug warp-terminal` attach logs and tell us the result of `eglinfo`." validations: required: false - type: dropdown