mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Require english documentation (#2218)
This commit is contained in:
parent
4feb927a4a
commit
32048b3229
@ -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.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user