mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-30 12:23:12 -08:00
feat: better bug report
This commit is contained in:
parent
99f852c579
commit
9365d89d00
2 changed files with 2 additions and 1 deletions
1
.github/ISSUE_TEMPLATE/bug.md
vendored
1
.github/ISSUE_TEMPLATE/bug.md
vendored
|
|
@ -8,7 +8,6 @@ title: 'bug: '
|
|||
|
||||
<!-- You can copy this from right click context menu → More → About -->
|
||||
|
||||
Version v
|
||||
|
||||
Electron Version:
|
||||
|
||||
|
|
|
|||
|
|
@ -206,6 +206,8 @@ unhandled({
|
|||
openNewGitHubIssue({
|
||||
user: 'tiddly-gittly',
|
||||
repo: 'TiddlyGit-Desktop',
|
||||
template: 'bug.md',
|
||||
title: `bug: ${error.message}`,
|
||||
body: `\`\`\`\n${error.stack ?? 'No error.stack'}\n\`\`\`\n\n---\n\n${debugInfo()}`,
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue