From 32048b3229946f13eeee9ca4f45a0e14956ef340 Mon Sep 17 00:00:00 2001 From: ceriath Date: Fri, 9 Nov 2018 23:21:49 +0100 Subject: [PATCH] Require english documentation (#2218) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8294949f..eb65a4a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ To be on the list, project repositories should adhere to these quality standards - Regular, recent commits - Or, for finished projects, issues and pull requests are responded to - Stable or progressing toward stable -- Thoroughly documented (README, godoc comments, etc.) +- Thoroughly documented (README, godoc comments, etc.) in english language, so everyone is able to understand the project's intention and how it works - Tests, where practical. If the library/program is testable, then coverage should be >= 80% for non-data-related packages and >=90% for data related packages. **Notice**: the tests will be reviewed too. We will check your coverage manually if your package's coverage is just a benchmark results.