You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,24 @@
2
2
3
3
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:
4
4
5
-
(a) widely recommended regardless of personal opinion (e.g. 100+ Github stars)
5
+
(a) widely recommended regardless of personal opinion (e.g. 100+ GitHub stars)
6
6
7
7
(b) highly discussed in the community due to its innovative nature
8
8
9
9
(c) absolutely unique in its approach and function
10
10
11
11
(d) a niche product that fills a gap
12
12
13
-
(e) developer friendly (i.e has a commercial friendly license or clear pricing)
13
+
Suggested software must also be developer-friendly, which means it meets the following criteria:
14
+
(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).
15
+
16
+
(ii) If commercial, it has clear pricing.
14
17
15
18
There are two required criteria for a pull request:
16
19
17
20
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.
18
21
19
-
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.
22
+
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.
20
23
21
24
Self-promotion is frowned upon and will be reviewed critically but the suggestion will of course be approved if they criteria match.
0 commit comments