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: update the issue templates #606

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
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
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: Bug report
about: A report of an error in libwacom
about: A report of a bug in libwacom

---

<!--
**NOTE:** libwacom is a descriptive library and has no effect on the
tablet events. Only file a bug for libwacom if the tablet works but does not
show up in GNOME's configuration panel.
- **Device name**: <!-- e.g. Wacom Intuos Pro Small -->
- **Device model identifier**: <!-- e.g. CTH-680 -->
- **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
38 changes: 12 additions & 26 deletions .github/ISSUE_TEMPLATE/New_device_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,21 @@ about: Request to add a new device to libwacom's database
---

<!--
**NOTE:** libwacom is a descriptive library and has no effect on the
tablet events. Only file a bug for libwacom if the tablet works but does not
show up in GNOME's configuration panel.

If your tablet does not work, please follow the instructions here:
https://github.com/linuxwacom/libwacom/wiki/Troubleshooting
-->

**Device name**
<!-- e.g. Wacom Intuos Pro Small -->
> ...

**Device model identifier**
<!-- e.g. CTH-680 -->
> ...
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.

<!--
**NOTE:** please look at the data/ directory for existing tablet device
files. These are text files. For most tablets, adding a new device is a
simple as copying+renaming an existing file and modifying the entries.
Filing this issue means support for your tablet is likely to get delayed for a
long time.
-->

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**: <!-- e.g. Wacom Intuos Pro Small -->
- **Device model identifier**: <!-- e.g. CTH-680 -->
- **libwacom version**:

**udevadm info output**
<!-- udevadm info /sys/class/input/eventXXX where XXX is the event node for
your device -->
- [ ] 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**: <!-- as attachment! -->
- [ ] sysinfo issue in [wacom-hid-descriptors](https://github.com/linuxwacom/wacom-hid-descriptors):