From b19ecf36f92d6cf2b8e900bcc2896314e51bb816 Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Tue, 28 May 2024 19:24:19 -0600 Subject: [PATCH] Update issue templates to ask for toltecctl status output (#863) * Update package-issue.md * Update installation-issue.md --- .github/ISSUE_TEMPLATE/installation-issue.md | 14 +++++++++++--- .github/ISSUE_TEMPLATE/package-issue.md | 14 +++++++++++--- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/installation-issue.md b/.github/ISSUE_TEMPLATE/installation-issue.md index 9ac89311b..7303c7852 100644 --- a/.github/ISSUE_TEMPLATE/installation-issue.md +++ b/.github/ISSUE_TEMPLATE/installation-issue.md @@ -23,9 +23,17 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. -**Device information (please complete the following information):** - - Device: [e.g. reMarkable 2] - - OS version: [e.g. 2.15] +**System information:** +`toltecctl status` output: +``` +EXAMPLE: +reMarkable: ~/ toltecctl status +Enabled: Yes +Supported: Yes +Branch: testing +Model: rm2 +OS: 3.3.2.166 +``` **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/package-issue.md b/.github/ISSUE_TEMPLATE/package-issue.md index eae009fe4..30b8dbc7b 100644 --- a/.github/ISSUE_TEMPLATE/package-issue.md +++ b/.github/ISSUE_TEMPLATE/package-issue.md @@ -26,9 +26,17 @@ If applicable, add the link to the upstream issue here. **Screenshots** If applicable, add screenshots to help explain your problem. -**Device/Package information (please complete the following information):** - - Device: [e.g. reMarkable 2] - - OS version: [e.g. 2.15] +**System information:** + - `toltecctl status` output: + ``` + EXAMPLE: + reMarkable: ~/ toltecctl status + Enabled: Yes + Supported: Yes + Branch: testing + Model: rm2 + OS: 3.3.2.166 + ``` - Package: [e.g. toltec-base 0.0.1-1] **Additional context**