triage-policies: emphasize that recordings must be attached

This commit is contained in:
Peter Hutterer 2024-01-03 08:39:45 +10:00
parent 5abe45cd49
commit d5ff9d75a8

View file

@ -31,7 +31,7 @@ resource_rules:
- "bugbot::hid-recorder" - "bugbot::hid-recorder"
comment: | comment: |
Looks like we may need some extra information that isn't yet available in this issue. Looks like we may need some extra information that isn't yet available in this issue.
Please attach the output of `hid-recorder` from [hid-tools](https://gitlab.freedesktop.org/libevdev/hid-tools/) Please **attach** (do not paste) the output of `hid-recorder` from [hid-tools](https://gitlab.freedesktop.org/libevdev/hid-tools/)
for this device (run `sudo hid-recorder` without argument and it will let you pick the device). for this device (run `sudo hid-recorder` without argument and it will let you pick the device).
This should show the data the kernel receives from the device and may provide a hint on what's going on here. This should show the data the kernel receives from the device and may provide a hint on what's going on here.
- name: "Request libinput record output" - name: "Request libinput record output"
@ -42,7 +42,7 @@ resource_rules:
remove_labels: remove_labels:
- "bugbot::libinput-record" - "bugbot::libinput-record"
comment: | comment: |
Looks like we may need some extra information. Please attach the full output Looks like we may need some extra information. Please **attach** (do not paste) the full output
of `libinput record` and `libinput debug-events --verbose` (if you haven't yet). of `libinput record` and `libinput debug-events --verbose` (if you haven't yet).
The [documentation](https://wayland.freedesktop.org/libinput/doc/latest/tools.html#libinput-record-and-libinput-replay) The [documentation](https://wayland.freedesktop.org/libinput/doc/latest/tools.html#libinput-record-and-libinput-replay)
has some information on what we're looking for to be able to triage bugs. has some information on what we're looking for to be able to triage bugs.