From 29ea5cc74d8d16af6b64c7598fe1f26629f44cc5 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Wed, 22 May 2019 19:13:17 +1000 Subject: [PATCH] fix: slign with new bug template --- cmd/wails/9_issue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/wails/9_issue.go b/cmd/wails/9_issue.go index a5c1d4372..596363c8d 100644 --- a/cmd/wails/9_issue.go +++ b/cmd/wails/9_issue.go @@ -64,7 +64,7 @@ To help you in this process, we will ask for some information, add Go/Wails deta body = "**Description**\n" + (strings.Split(body, "**Description**")[1]) fullURL := "https://github.com/wailsapp/wails/issues/new?" body = strings.Replace(body, "A clear and concise description of what the bug is.", description, -1) - body = strings.Replace(body, "Please paste the output of `wails report` here.", str.String(), -1) + body = strings.Replace(body, "Please provide your platform, GO version and variables, etc", str.String(), -1) params := "title=" + title + "&body=" + body fmt.Println("Opening browser to file issue.")