From 31ffd1dc73ac4c664e1873d68b479816bc4f9143 Mon Sep 17 00:00:00 2001 From: Yassine Benaid Date: Fri, 1 Nov 2024 09:03:55 +0100 Subject: [PATCH] contributing guide: fix grammar --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 40bac050..bb3e1e04 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ Please contribute links to packages/projects you have used or are familiar with. To be on the list, project repositories should adhere to the following quality standards. (https://goreportcard.com/report/github.com/ **github_user** / **github_repo**): -- have at least 5 months of history since first commit. +- have at least 5 months of history since the first commit. - have an **open source license**, [see list of allowed licenses](https://opensource.org/licenses/alphabetical); - function as documented and expected; - be generally useful to the wider community of Go programmers;