From 847d8331f49076807fb83cc58f632bcb1e0af662 Mon Sep 17 00:00:00 2001 From: Yassine Benaid Date: Fri, 1 Nov 2024 09:02:28 +0100 Subject: [PATCH] contributing guide: add 5-month maturity quality standard --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2234cfe4..40bac050 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,6 +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 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;