From 5d592bee0ca2cbda3ff1272a00f9711daa1740c6 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 27 Nov 2023 10:44:01 +1000 Subject: [PATCH] github: update the issue templates Specifically make it a checkbox for users to click that they understand libwacom doesn't affect whether the device works. That should hopefully cut down on the issues filed wrongly, or at least it may tempt some users to read the wiki page and close the bug immediately again. --- .github/ISSUE_TEMPLATE/Bug_report.md | 16 ++++----- .github/ISSUE_TEMPLATE/New_device_support.md | 38 +++++++------------- 2 files changed, 20 insertions(+), 34 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 71274ce07..36623984f 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,14 +1,14 @@ --- name: Bug report -about: A report of an error in libwacom +about: A report of a bug in libwacom --- - +- **Device model identifier**: +- **libwacom version**: -If your tablet does not work, please follow the instructions here: - https://github.com/linuxwacom/libwacom/wiki/Troubleshooting ---> +- [ ] I understand that libwacom does affect whether the device works (see [Troubleshooting](https://github.com/linuxwacom/libwacom/wiki/Troubleshooting#my-tablet-doesnt-work)) + + +# Bug description diff --git a/.github/ISSUE_TEMPLATE/New_device_support.md b/.github/ISSUE_TEMPLATE/New_device_support.md index c168af0d8..f15cc4d4f 100644 --- a/.github/ISSUE_TEMPLATE/New_device_support.md +++ b/.github/ISSUE_TEMPLATE/New_device_support.md @@ -5,35 +5,21 @@ about: Request to add a new device to libwacom's database --- - -**Device name** - -> ... - -**Device model identifier** - -> ... +Please read https://github.com/linuxwacom/libwacom/wiki/Adding-a-new-device +In most cases you should file a pull request instead of this issue. +Pull requests are usually quickly reviewed and merged. - -If you do so, please submit a Pull Request instead of this issue. -You will also need a new (alphabetically sorted) entry in the meson.build -file. ---> +- **Device name**: +- **Device model identifier**: +- **libwacom version**: -**udevadm info output** - +- [ ] I understand that libwacom does affect whether the device works (see [Troubleshooting](https://github.com/linuxwacom/libwacom/wiki/Troubleshooting#my-tablet-doesnt-work)) +- [ ] **udevadm info output**: +- [ ] sysinfo issue in [wacom-hid-descriptors](https://github.com/linuxwacom/wacom-hid-descriptors):