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 4c2f103 commit efca49eCopy full SHA for efca49e
pkg/commands/migrate.go
@@ -233,8 +233,10 @@ func callForAction(cmd *cobra.Command) {
233
234
s := fmt.Sprintln(hStyle.Render("We need you!"))
235
s += `
236
-Donations fund the maintenance and development of golangci-lint.
237
-Click on this link to donate: https://donate.golangci.org`
+Donations help fund the ongoing development and maintenance of this tool.
+If golangci-lint has been useful to you, please consider contributing.
238
+
239
+Donate now: https://donate.golangci.org`
240
241
cmd.Println(pStyle.Render(s))
242
}
0 commit comments