mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 01:00:21 +08:00
fix: slign with new bug template
This commit is contained in:
parent
9be56c47e4
commit
29ea5cc74d
@ -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.")
|
||||
|
Loading…
Reference in New Issue
Block a user