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