From bb55de587fae7ab08b2b9ff0acfcb09268d79372 Mon Sep 17 00:00:00 2001 From: Phani Rithvij Date: Wed, 1 Jun 2022 18:23:35 +0530 Subject: [PATCH] fix grammar --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4c313f1f..ec832a2a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -17,10 +17,10 @@ _Not every repository (project) will require every option, but most projects sho - [ ] As far as I know, the package has not been listed here before. - [ ] The repo documentation has a pkg.go.dev link. - [ ] The repo documentation has a coverage service link. -- [ ] The repo documenation has a goreportcard link. +- [ ] The repo documentation has a goreportcard link. - [ ] The repo has a version-numbered release and a go.mod file. - [ ] I have read the [Contribution Guidelines](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#contribution-guidelines), [Maintainers Note](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#maintainers) and [Quality Standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards). - [ ] The repo has a continuous integration process that automatically runs tests that must pass before new pull requests are merged. -- [ ] The authors of the project do not commit directly to the repo, but rather use pull-requests that run the continuous-integration process. +- [ ] The authors of the project do not commit directly to the repo, but rather use pull requests that run the continuous-integration process. Thanks for your PR, you're awesome! :+1: