Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github: add more templates for frequent requests #821

Merged
merged 2 commits into from
Nov 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions .github/label-commenter-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -53,3 +83,22 @@ labels:

Meanwhile, I'm closing this bug in eager anticipation of a PR.
action: close

- name: autogenerated tablet file
labeled:
issue:
body: |
The data we currently have for your device has been auto-generated and is likely to be
incomplete. Please look at the corresponding `data/$vendor-$model.tablet` file in our
repository and correct the entries to the best of your abilities.
Then file a pull request with the updated entries so we can review and merge them.

This wiki page should get you started:
https://github.com/linuxwacom/libwacom/wiki/Adding-a-new-device

Unfortunately the maintainers have limited time and access to
hardware for testing so the best approach to get this fixed is for
you to file a pull request.

Meanwhile, I'm closing this bug in eager anticipation of a PR.
action: close