From 04d0f0d91a3527d5bd29e85f2111884b19777f42 Mon Sep 17 00:00:00 2001 From: Kirill Danshin Date: Thu, 21 Jul 2016 03:14:36 +0300 Subject: [PATCH] rename coverage checkbox --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 86e0ef5..8b15977 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,7 +12,7 @@ Make sure that you've checked the boxes below before you submit PR: - [ ] I have added my package in alphabetical order - [ ] I know that this package was not listed before - [ ] I have added godoc link to the repo and to my pull request -- [ ] I have added gocover.io or coveralls link to the repo and to my pull request +- [ ] I have added coverage service link to the repo and to my pull request - [ ] I have added goreportcard link to the repo and to my pull request - [ ] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).