Skip to content
Snippets Groups Projects
Unverified Commit 3b423e29 authored by flamber's avatar flamber Committed by GitHub
Browse files

Tiny Troubleshooting link correction (#12102)

parent 37b3f82e
No related branches found
No related tags found
No related merge requests found
......@@ -46,14 +46,14 @@ Add any other context about the problem here.
function githubIssueLink(bugReportDetails) {
return (
"https://github.com/metabase/metabase/issues/new?title=&labels=Type:Bug&body=" +
"https://github.com/metabase/metabase/issues/new?title=&labels=.Needs+Triage%2C+Type%3ABug&body=" +
encodeURIComponent(template + "\n```json\n" + bugReportDetails + "\n```")
);
}
function discourseLink(bugReportDetails) {
return (
"http://discourse.metabase.com/new-topic?category_id=7&body=" +
"https://discourse.metabase.com/new-topic?category_id=7&body=" +
encodeURIComponent("```json\n" + bugReportDetails + "\n```")
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment