Skip to content

Commit 7e0a520

Browse files
committed
chore: update issues template
1 parent a9873e4 commit 7e0a520

4 files changed

Lines changed: 15 additions & 9 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ assignees: ''
77

88
---
99

10-
<!--- Please look at the docs before open an issue -->
11-
<!--- https://github.com/EmixamPP/linux-enable-ir-emitter/blob/master/docs/README.md -->
10+
**Before opening the issue**
11+
- [ ] I looked at the [docs](https://github.com/EmixamPP/linux-enable-ir-emitter/blob/master/docs/README.md)
12+
- [ ] I followed the [official install method](https://github.com/EmixamPP/linux-enable-ir-emitter?tab=readme-ov-file#installation)
13+
<!---Most of the issues comes from OpenCV distro packaging -->
1214

1315
**Describe the bug**
1416
<!--- explain here -->

.github/ISSUE_TEMPLATE/configuration-has-failed.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ assignees: ''
77

88
---
99

10-
<!-- Please look at the docs before open an issue -->
11-
<!-- https://github.com/EmixamPP/linux-enable-ir-emitter/blob/master/docs/README.md -->
10+
**Before opening the issue**
11+
- [ ] I looked at the [docs](https://github.com/EmixamPP/linux-enable-ir-emitter/blob/master/docs/README.md)
12+
- [ ] I installed the [release tarball provided here on Github](https://github.com/EmixamPP/linux-enable-ir-emitter?tab=readme-ov-file#installation)
13+
<!---Most of the issues comes from OpenCV distro packaging -->
1214

1315
**Ouput of `cat /var/local/log/linux-enable-ir-emitter/linux-enable-ir-emitter.log`**
1416
```

.github/ISSUE_TEMPLATE/does-not-work-at-boot.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ assignees: ''
77

88
---
99

10-
<!--- Please look at the docs before open an issue -->
11-
<!--- https://github.com/EmixamPP/linux-enable-ir-emitter/blob/master/docs/README.md -->
10+
**Before opening the issue**
11+
- [ ] I looked at the [docs](https://github.com/EmixamPP/linux-enable-ir-emitter/blob/master/docs/README.md)
12+
- [ ] I installed the [release tarball provided here on Github](https://github.com/EmixamPP/linux-enable-ir-emitter?tab=readme-ov-file#installation)
13+
<!---Most of the issues comes from OpenCV distro packaging -->
1214

1315
**Output of `journalctl -b -u linux-enable-ir-emitter`**
1416
```

docs/issues.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
## Table of contents
22
- [Table of contents](#table-of-contents)
3-
- [Please, first, ensure that you have the last version. Compare the latest release with `linux-enable-ir-emitter -V`](#please-first-ensure-that-you-have-the-last-version-compare-the-latest-release-with-linux-enable-ir-emitter--v)
3+
- [Please, first, ensure that you use the latest version provided here on GitHub, compare it with `linux-enable-ir-emitter -V`.](#please-first-ensure-that-you-use-the-latest-version-provided-here-on-github-compare-it-with-linux-enable-ir-emitter--v)
44
- [The configuration has failed](#the-configuration-has-failed)
55
- [The emitter does not work after successful configuration or after update](#the-emitter-does-not-work-after-successful-configuration-or-after-update)
66
- [Exception thrown by OpenCV during the configuration](#exception-thrown-by-opencv-during-the-configuration)
77
- [Other bugs](#other-bugs)
88

9-
## Please, first, ensure that you have the last version. Compare the [latest release](https://github.com/EmixamPP/linux-enable-ir-emitter/releases/latest) with `linux-enable-ir-emitter -V`
9+
## Please, first, ensure that you use the [latest version provided here on GitHub](https://github.com/EmixamPP/linux-enable-ir-emitter/releases/latest), compare it with `linux-enable-ir-emitter -V`.
1010

11-
## The configuration has failed
11+
## The configuration has failed
1212
If you had the message `INFO: Please shut down your computer, then boot and retry.`, please follow these instructions first:
1313
1. Shutdown your computer, (not just rebooting).
1414
2. Remove the AC adapter and if possible the battery.

0 commit comments

Comments
 (0)