Skip to content

Commit 0c7b20e

Browse files
committed
fix: report on github link close mf-6712
1 parent ec7abae commit 0c7b20e

File tree

1 file changed

+1
-1
lines changed
  • packages/shared-base-ui/src/components/ErrorBoundary

1 file changed

+1
-1
lines changed

packages/shared-base-ui/src/components/ErrorBoundary/CrashUI.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Error stack:
5353
const url = new URLSearchParams()
5454
url.set('title', reportTitle)
5555
url.set('body', reportBody)
56-
return 'https://github.com/DimensionDev/Maskbook/issues/new?' + url.toString()
56+
return 'https://github.com/DimensionDev/Maskbook/issues/new?template=bug.md' + url.toString()
5757
}, [reportBody, reportTitle])
5858
return (
5959
<Root>

0 commit comments

Comments
 (0)