From e81529c9c10604d1f942c807c6aa84aea6a9d6ca Mon Sep 17 00:00:00 2001 From: Jerome Leclanche Date: Tue, 13 Mar 2018 23:57:53 +0200 Subject: [PATCH 1/8] Add HearthSim open source developer discord --- communities.json | 9 ++++++++- logos/hearthsim.svg | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 logos/hearthsim.svg diff --git a/communities.json b/communities.json index e8cd41c..9c6fd4e 100644 --- a/communities.json +++ b/communities.json @@ -70,6 +70,13 @@ "inviteCode": "s93b7Fv", "githubUrl": "https://github.com/vuetifyjs" }, + { + "logo": "hearthsim.svg", + "title": "HearthSim", + "quote": "Discord powers our open source developer community, our company's virtual offices and our end-user community. We're huge fans.", + "inviteCode": "hearthsim", + "githubUrl": "https://github.com/HearthSim" + }, { "logo": "jest.png", "title": "Jest", @@ -119,4 +126,4 @@ "githubUrl": "https://github.com/facebook/Docusaurus" } ] -} \ No newline at end of file +} diff --git a/logos/hearthsim.svg b/logos/hearthsim.svg new file mode 100644 index 0000000..708f0dc --- /dev/null +++ b/logos/hearthsim.svg @@ -0,0 +1 @@ + From 2772ce98fae67f3f24ed31e944ded1ca0579549d Mon Sep 17 00:00:00 2001 From: Jaex Date: Wed, 14 Mar 2018 09:54:51 +0300 Subject: [PATCH 2/8] Add ShareX --- communities.json | 6 ++++++ logos/sharex.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 logos/sharex.svg diff --git a/communities.json b/communities.json index 31aacc3..981c9e2 100644 --- a/communities.json +++ b/communities.json @@ -117,6 +117,12 @@ "title": "Docusaurus", "inviteCode": "docusaurus", "githubUrl": "https://github.com/facebook/Docusaurus" + }, + { + "logo": "sharex.svg", + "title": "ShareX", + "inviteCode": "E4R3Qa9", + "githubUrl": "https://github.com/ShareX/ShareX" } ] } \ No newline at end of file diff --git a/logos/sharex.svg b/logos/sharex.svg new file mode 100644 index 0000000..8e280d4 --- /dev/null +++ b/logos/sharex.svg @@ -0,0 +1 @@ +ShareX_Discord \ No newline at end of file From 995976c7bfa22d9e7b9eb59750557183d6a70877 Mon Sep 17 00:00:00 2001 From: Jaex Date: Wed, 14 Mar 2018 16:47:46 +0300 Subject: [PATCH 3/8] Add quote --- communities.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/communities.json b/communities.json index 981c9e2..4a79889 100644 --- a/communities.json +++ b/communities.json @@ -70,6 +70,13 @@ "inviteCode": "s93b7Fv", "githubUrl": "https://github.com/vuetifyjs" }, + { + "logo": "sharex.svg", + "title": "ShareX", + "quote": "We use Discord as our main communication channel with our users. When we are adding new features we can discuss it with users and get their feedback. It is also helpful for users to get support more quickly too, because when we are not available there will still be other users who can help with answering questions.", + "inviteCode": "E4R3Qa9", + "githubUrl": "https://github.com/ShareX/ShareX" + }, { "logo": "jest.png", "title": "Jest", @@ -117,12 +124,6 @@ "title": "Docusaurus", "inviteCode": "docusaurus", "githubUrl": "https://github.com/facebook/Docusaurus" - }, - { - "logo": "sharex.svg", - "title": "ShareX", - "inviteCode": "E4R3Qa9", - "githubUrl": "https://github.com/ShareX/ShareX" } ] } \ No newline at end of file From 52d5609690dbab99b90f8bd930c04c7e24968188 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Tue, 13 Mar 2018 20:10:21 -0700 Subject: [PATCH 4/8] Add OBS Studio Discord --- communities.json | 7 +++++++ logos/obsproject.svg | 1 + 2 files changed, 8 insertions(+) create mode 100644 logos/obsproject.svg diff --git a/communities.json b/communities.json index 31aacc3..a93cde5 100644 --- a/communities.json +++ b/communities.json @@ -117,6 +117,13 @@ "title": "Docusaurus", "inviteCode": "docusaurus", "githubUrl": "https://github.com/facebook/Docusaurus" + }, + { + "logo": "obsproject.svg", + "title": "OBS Studio", + "quote": "Discord helps the OBS Project maintainers, contributors, volunteers, users, and community at large keep in touch with one another in a single centralized and organized location.", + "inviteCode": "obsproject", + "githubUrl": "https://github.com/obsproject/obs-studio" } ] } \ No newline at end of file diff --git a/logos/obsproject.svg b/logos/obsproject.svg new file mode 100644 index 0000000..ab2cb25 --- /dev/null +++ b/logos/obsproject.svg @@ -0,0 +1 @@ + \ No newline at end of file From d28149cbb37b867775b14ce9e5cf9d9e044c1d53 Mon Sep 17 00:00:00 2001 From: John Furrow Date: Wed, 14 Mar 2018 15:20:15 -0700 Subject: [PATCH 5/8] Uses vanity invite code for Elixir --- communities.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/communities.json b/communities.json index 31aacc3..c63f38f 100644 --- a/communities.json +++ b/communities.json @@ -79,7 +79,7 @@ { "logo": "elixir.png", "title": "Elixir", - "inviteCode": "gukkbr", + "inviteCode": "elixir", "githubUrl": "https://github.com/elixir-lang" }, { @@ -119,4 +119,4 @@ "githubUrl": "https://github.com/facebook/Docusaurus" } ] -} \ No newline at end of file +} From 7e0fda8bb95a89526abfccb400491181df913e69 Mon Sep 17 00:00:00 2001 From: bippum Date: Thu, 15 Mar 2018 22:29:48 -0400 Subject: [PATCH 6/8] add opendota to open source communities list --- communities.json | 8 ++++++++ logos/opendota.svg | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 logos/opendota.svg diff --git a/communities.json b/communities.json index 3919c82..c2f1bed 100644 --- a/communities.json +++ b/communities.json @@ -124,6 +124,14 @@ "quote": "Discord helps the OBS Project maintainers, contributors, volunteers, users, and community at large keep in touch with one another in a single centralized and organized location.", "inviteCode": "obsproject", "githubUrl": "https://github.com/obsproject/obs-studio" + }, + { + "logo": "opendota.svg", + "title": "OpenDota", + "quote": "Community-maintained open source Dota 2 data platform.", + "quoteSourceUrl": "https://github.com/odota", + "inviteCode": "0o5SQGbXuWCNDcaF", + "githubUrl": "https://github.com/odota" } ] } diff --git a/logos/opendota.svg b/logos/opendota.svg new file mode 100644 index 0000000..9b780f1 --- /dev/null +++ b/logos/opendota.svg @@ -0,0 +1,4 @@ + + + + From 59c5c7ef19575a84532408394ced80009c273a2d Mon Sep 17 00:00:00 2001 From: bippum Date: Thu, 15 Mar 2018 22:35:17 -0400 Subject: [PATCH 7/8] fix 200x200 to 40x40 --- logos/opendota.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logos/opendota.svg b/logos/opendota.svg index 9b780f1..2c730d3 100644 --- a/logos/opendota.svg +++ b/logos/opendota.svg @@ -1,4 +1,4 @@ - + From 688077ecef0cfa4b08919db936ca76179fda791f Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 16 Mar 2018 10:41:24 +0000 Subject: [PATCH 8/8] Added LinuxGSM --- communities.json | 7 ++ logos/linuxgsm.svg | 193 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 200 insertions(+) create mode 100644 logos/linuxgsm.svg diff --git a/communities.json b/communities.json index 3919c82..917730e 100644 --- a/communities.json +++ b/communities.json @@ -124,6 +124,13 @@ "quote": "Discord helps the OBS Project maintainers, contributors, volunteers, users, and community at large keep in touch with one another in a single centralized and organized location.", "inviteCode": "obsproject", "githubUrl": "https://github.com/obsproject/obs-studio" + }, + { + "logo": "linuxgsm.svg", + "title": "LinuxGSM", + "quote": "Discord is a great cross-platorm tool to support a community of gamers who want to setup there own Linux game server. Making it easy for everyone to help and collaborate together.", + "inviteCode": "UM4VTpK", + "githubUrl": "https://github.com/GameServerManagers/LinuxGSM" } ] } diff --git a/logos/linuxgsm.svg b/logos/linuxgsm.svg new file mode 100644 index 0000000..2c7a773 --- /dev/null +++ b/logos/linuxgsm.svg @@ -0,0 +1,193 @@ + + + + + LinuxGSM Logo + + + + + + + + + + + + image/svg+xml + + LinuxGSM Logo + + + Daniel Gibbs + + + + + tux linuxgsm logo + + + A stylised stencil (a "stycil" - isn't that catchy) inspired by Larry Ewing's Tux illustration. +http://en.wikipedia.org/wiki/Tux + +You're under no obligation to do so, but if you do something with this, drop me a line - I'd love to hear about it. +cheese@twolofbees.com + 2014-11-26 + + https://github.com/GameServerManagers/LinuxGSM/wiki/Brand + https://linuxgsm.com + + + Original Design by Cheeseness (Josh Bush) +http://twolofbees.com/uploads/2012/stycil_tux.svg + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +