mirror of
https://github.com/warpdotdev/Warp.git
synced 2024-11-22 13:31:59 +03:00
Update 01_bug_report with info on debug level logging
This commit is contained in:
parent
fa2257e6ee
commit
7d589768ce
4
.github/ISSUE_TEMPLATE/01_bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/01_bug_report.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user