From 9065feba2b71dca9bd7679abaffe0138536f0b32 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 4 Nov 2024 09:25:19 +1000 Subject: [PATCH] github: add a template for requesting hid recorder or libinput record output --- .github/label-commenter-config.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.github/label-commenter-config.yml b/.github/label-commenter-config.yml index bc0b595d..f870abe1 100644 --- a/.github/label-commenter-config.yml +++ b/.github/label-commenter-config.yml @@ -40,6 +40,36 @@ labels: pr: body: | Thanks for providing the sysinfo. Someone will be along shortly to review the PR. + + - name: hid-recorder needed + labeled: + pr: + body: | + We need some more information about your device. + Please get [hid-recorder](https://github.com/hidutils/hid-recorder) and run it against + your device. The README in that repo has more information and + instructions on how to build and run. + + Please **attach** (do not paste) the output of hid-recorder here. + unlabeled: + pr: + body: | + Thanks for providing the hid-recorder output. Someone will be along shortly to review the PR. + + - name: libinput-record needed + labeled: + pr: + body: | + We need some more information about your device. + Please run [libinput record](https://wayland.freedesktop.org/libinput/doc/latest/tools.html) + against your device **attach** (do not paste) the output here. + + `libinput record` may be in a distribution package named `libinput-utils` or `libinput-tools`. + unlabeled: + pr: + body: | + Thanks for providing the libinput record output. Someone will be along shortly to review the PR. + - name: please file pull request labeled: issue: