Skip to content

Commit

Permalink
Update hacktoberfest message
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Oct 31, 2019
1 parent 2cd5b5e commit 819ef30
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions handler/hacktoberfest_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,14 @@ func HandleHacktoberfestPR(req types.PullRequestOuter, contributingURL string, c
}

func hacktoberfestSpamComment(contributingURL string) string {
return `Thank you for your interest in this project. I've checked and your commit does not appear to follow the guidelines in our [contributing guide](` + contributingURL + `). Spelling and README changes are better handled by opening an issue.
Also, be sure to review the Hacktoberfest [quality standards](https://hacktoberfest.digitalocean.com/details#quality-standards)
return `Thank you for your interest in this project, but unfortunately your commit does not appear to follow [contributing guidelines](` + contributingURL + `).
Check the following:
* Did you [sign-off the commit?](https://github.com/openfaas/faas/blob/master/CONTRIBUTING.md#sign-your-work)
* Did you send a PR to fix a typo instead of raising an issue?
* Are you a first-time contributor who has skipped reading the [contributing guidelines](` + contributingURL + `)?
See also [Hacktoberfest quality standards](https://hacktoberfest.digitalocean.com/details#quality-standards)
`
}

Expand Down

0 comments on commit 819ef30

Please sign in to comment.