Skip to content

Commit

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

func hacktoberfestSpamComment(contributingURL string) string {
return `Thank you for your interest in this project, but unfortunately your commit does not appear to follow [contributing guidelines](` + contributingURL + `).
return `Thank you for your interest in this project, but unfortunately your commit did not follow the [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 add a ["Signed-off-by" line to the commit?](https://developercertificate.org)
* 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 + `)?
Expand Down

0 comments on commit fe4ce99

Please sign in to comment.