We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7abae commit 0c7b20eCopy full SHA for 0c7b20e
packages/shared-base-ui/src/components/ErrorBoundary/CrashUI.tsx
@@ -53,7 +53,7 @@ Error stack:
53
const url = new URLSearchParams()
54
url.set('title', reportTitle)
55
url.set('body', reportBody)
56
- return 'https://github.com/DimensionDev/Maskbook/issues/new?' + url.toString()
+ return 'https://github.com/DimensionDev/Maskbook/issues/new?template=bug.md' + url.toString()
57
}, [reportBody, reportTitle])
58
return (
59
<Root>
0 commit comments