Skip to content
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
14 changes: 11 additions & 3 deletions .github/ISSUE_TEMPLATE/installation-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
14 changes: 11 additions & 3 deletions .github/ISSUE_TEMPLATE/package-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down