From 11af24fb32c5b126d5df61aaad75620897f6ad44 Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Tue, 16 May 2017 05:56:07 +0200 Subject: [PATCH 1/4] Clarify contribution guidelines --- CONTRIBUTING.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1c4ddd2..4ca02f0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,20 +1,22 @@ # Contribution Guidelines -Unfortunately, not every library/tool/framework can be considered. The aim of the list is to provide a concise list of noteworthy modern software. This means that suggested software is either +Unfortunately, not every library/tool/framework can be considered. The aim of the list is to provide a concise list of noteworthy modern software. This means that suggested software is: -(a) widely recommended regardless of personal opinion +(a) widely recommended regardless of personal opinion (e.g. 100+ Github stars) (b) highly discussed in the community due to its innovative nature (c) absolutely unique in its approach and function -(d) a niche product that fills a gap +(d) a niche product that fills a gap + +(e) developer friendly (i.e has a commercial friendly license or clear pricing) There are two required criteria for a pull request: 1. If an entry has a similar scope as other entries in the same category, the description must state the unique features that distinguishes it from the other entries. -2. If an entry does not meet conditions *(a)* to *(d)* there has to be an explanation either in the description or the pull request why it should be added to the list. +2. If an entry does not meet conditions *(a)* to *(e)* there has to be an explanation either in the description or the pull request why it should be added to the list. Self-promotion is frowned upon and will be reviewed critically but the suggestion will of course be approved if they criteria match. From c45b6a8ca6177334e01225da761ba2cf27345d73 Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Tue, 23 May 2017 19:22:40 +0200 Subject: [PATCH 2/4] Update CONTRIBUTING.md --- CONTRIBUTING.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4ca02f0..e82602f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Unfortunately, not every library/tool/framework can be considered. The aim of the list is to provide a concise list of noteworthy modern software. This means that suggested software is: -(a) widely recommended regardless of personal opinion (e.g. 100+ Github stars) +(a) widely recommended regardless of personal opinion (e.g. 100+ GitHub stars) (b) highly discussed in the community due to its innovative nature @@ -10,13 +10,16 @@ Unfortunately, not every library/tool/framework can be considered. The aim of th (d) a niche product that fills a gap -(e) developer friendly (i.e has a commercial friendly license or clear pricing) +Suggested software must also be developer-friendly, which means it meets the following criteria: +(i) If an open source application, it is licensed under one of the [permissive](https://opensource.org/faq#permissive) open source licenses listed on [https://opensource.org/licenses](https://opensource.org/licenses). + +(ii) If commercial, it has clear pricing. There are two required criteria for a pull request: 1. If an entry has a similar scope as other entries in the same category, the description must state the unique features that distinguishes it from the other entries. -2. If an entry does not meet conditions *(a)* to *(e)* there has to be an explanation either in the description or the pull request why it should be added to the list. +2. If an entry does not meet conditions *(a)* to *(d)* there has to be an explanation either in the description or the pull request why it should be added to the list. Self-promotion is frowned upon and will be reviewed critically but the suggestion will of course be approved if they criteria match. From 9b16db018c8d85ac74749010f2ec817453434927 Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Tue, 23 May 2017 20:09:44 +0200 Subject: [PATCH 3/4] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e82602f..beab245 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,9 +11,11 @@ Unfortunately, not every library/tool/framework can be considered. The aim of th (d) a niche product that fills a gap Suggested software must also be developer-friendly, which means it meets the following criteria: -(i) If an open source application, it is licensed under one of the [permissive](https://opensource.org/faq#permissive) open source licenses listed on [https://opensource.org/licenses](https://opensource.org/licenses). - -(ii) If commercial, it has clear pricing. +(i) If an open source *application*, it is licensed under one of the open source licenses listed on https://opensource.org/licenses. + +(ii) If an open source *library*, it is licensed under one of the open source licenses listed on https://opensource.org/licenses, with the exception of GPL and AGPL (due to their viral nature). + +(iii) If commercial, it has clear pricing. There are two required criteria for a pull request: From 96210655532eef3feb18a9a9011210e17864ecbe Mon Sep 17 00:00:00 2001 From: Moshe-Immerman Date: Tue, 23 May 2017 20:11:47 +0200 Subject: [PATCH 4/4] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index beab245..731da36 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,12 +11,15 @@ Unfortunately, not every library/tool/framework can be considered. The aim of th (d) a niche product that fills a gap Suggested software must also be developer-friendly, which means it meets the following criteria: + (i) If an open source *application*, it is licensed under one of the open source licenses listed on https://opensource.org/licenses. (ii) If an open source *library*, it is licensed under one of the open source licenses listed on https://opensource.org/licenses, with the exception of GPL and AGPL (due to their viral nature). (iii) If commercial, it has clear pricing. +## Pull Requests + There are two required criteria for a pull request: 1. If an entry has a similar scope as other entries in the same category, the description must state the unique features that distinguishes it from the other entries.