From 8ccb747a34fb02afed6097fa6559e83e47c493d7 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Sat, 4 Jul 2015 19:38:21 -0600 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4fad5d05..5c13b702 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,12 +22,12 @@ Please contribute links to packages/projects you have used or are familiar with. To be on the list, project repositories should adhere to these quality standards: -- Working +- Code is functional - Generally useful to the wider community of Go programmers - Actively maintained - Regular, recent commits - - For finished projects, issues and pull requests are responded to -- Stableor progressing toward stable + - Or, for finished projects, issues and pull requests are responded to +- Stable or progressing toward stable - Thoroughly documented (README, godoc comments, etc.) - Tests, where practical