From 9196c7660cfeaf654b8be1d80888a009fd471f09 Mon Sep 17 00:00:00 2001 From: Avelino Date: Mon, 13 Jul 2020 07:37:20 -0300 Subject: [PATCH] rule on which license types are accepted on the list it doesn't make sense to list projects with proprietary licenses fixed: #2712 Signed-off-by: Avelino --- CONTRIBUTING.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 05f11159..15be9695 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,12 +9,13 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno To set this list apart from and complement the excellent [Go wiki Projects page](https://golang.org/wiki/Projects), awesome-go is a specially curated list for high-quality, actively maintained Go packages and resources. -- List items should be sorted *alphabetically*. -- Each item should be limited to one link. -- The link should be the name of the package or project. -- Descriptions should be clear, concise, and non-promotional. -- Descriptions should follow the link, on the same line and end with a punctuation mark. -- At least 3 items are needed to create a new category. +- List items should be sorted *alphabetically*; +- Each item should be limited to one link; +- The link should be the name of the package or project; +- Descriptions should be clear, concise, and non-promotional; +- Descriptions should follow the link, on the same line and end with a punctuation mark; +- At least 3 items are needed to create a new category; +- The package or project had to be maintained under **open source license** ( *we make a brief review of the code before the link enters the list* ), [see list of allowed licenses](https://opensource.org/licenses/alphabetical). Please contribute links to packages/projects you have used or are familiar with. This will help ensure high-quality entries.