Issue template: convert to form and add log instructions for deskop - #13633
Conversation
Follow-up to <koreader#13632>, also see <koreader#13619 (comment)>.
There was a problem hiding this comment.
Pull Request Overview
This PR updates the bug report issue template by introducing a new form-based template while removing the old markdown-based template.
- Introduces the new .yml template with structured fields including dropdowns, input, and textarea types.
- Removes the old .md template to streamline issue reporting.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/ISSUE_TEMPLATE/bug_report.yml | Added a new structured bug report template form |
| .github/ISSUE_TEMPLATE/bug_report.md | Removed the legacy markdown bug report template |
|
Shouldn't it be |
|
Do we really want |
|
Not necessary for other linux packages. But AppImage is an exception as we can run multiple versions of it. I guess it helps to detect which version has crashes/issues? 🤷🏻 Personally I find it useful, instead of moving each new |
This reverts commit f5fe146.
| * Pocketbook: `applications/koreader/` | ||
| * Android: Go to [Menu] → Help → Bug Report to save logs to a file | ||
| * Deb / Flatpak / AppImage: Run `koreader-20xx 2>&1 | tee log.txt` from the terminal | ||
| * Deb / Flatpak / AppImage: Run `koreader-20xx 2>&1 | tee crash.log` from the terminal (or `koreader-20xx.AppImage` for AppImage) |
There was a problem hiding this comment.
In flatpak it is flatpak run rocks.koreader.KOReader 2>&1 | tee crash.log
|
Do logs get automatically converted to code blocks? And what about spoilers? edit: i’ll answer my own first question, |
The most obvious alternative is to get rid of the But maybe paste for small, upload crash.log for large is better anyway. We'll see. It's not set in stone, just an initial conversion. |
…oreader#13633) Follow-up to <koreader#13632>, also see <koreader#13619 (comment)>.
It wasn't in the old template, and I didn't think of it for koreader#13633 See koreader#13636
Follow-up to #13632, also see #13619 (comment).
This change is