From 2e6556a98892a4e517c7fe7d14d8086aa5b99113 Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Wed, 16 Jan 2019 17:11:47 -0500 Subject: [PATCH 1/3] Add Adafruit to Discord Open Source. Adds svg to `/logos` and adds community to `communities.json`. --- communities.json | 8 ++++++++ logos/adafruit.svg | 21 +++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 logos/adafruit.svg diff --git a/communities.json b/communities.json index 27868eb..d0b8aec 100644 --- a/communities.json +++ b/communities.json @@ -583,6 +583,14 @@ "quote": "Discord has allowed us to be more interactive with our community in resolving issues, reviewing contributions, and answering questions.", "inviteCode": "jETyjUw", "githubUrl": "https://github.com/PaperMC" + }, + { + "logo": "adafruit.svg", + "title": "Adafruit", + "quote": "Adafruit, a USA manufacturer of educational open-source hardware and software, uses Discord for creating Code + Community.", + "quoteSourceUrl": "https://www.adafruit.com/about/.", + "inviteCode": "https://discord.gg/adafruit", + "githubUrl": "https://github.com/adafruit" } ] } diff --git a/logos/adafruit.svg b/logos/adafruit.svg new file mode 100644 index 0000000..444a833 --- /dev/null +++ b/logos/adafruit.svg @@ -0,0 +1,21 @@ + + + + + + From 5f5c6d6729bb53d4489c557c6bc4e5db59a5644c Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Sat, 19 Jan 2019 22:04:20 +1000 Subject: [PATCH 2/3] Added EngineHub --- communities.json | 9 ++++++++- logos/enginehub.svg | 11 +++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 logos/enginehub.svg diff --git a/communities.json b/communities.json index 27868eb..8f3a149 100644 --- a/communities.json +++ b/communities.json @@ -583,6 +583,13 @@ "quote": "Discord has allowed us to be more interactive with our community in resolving issues, reviewing contributions, and answering questions.", "inviteCode": "jETyjUw", "githubUrl": "https://github.com/PaperMC" - } + }, + { + "logo": "enginehub.svg", + "title": "EngineHub", + "quote": "Discord has allowed us to massively streamline support requests, and created a dynamic community around our projects.", + "inviteCode": "enginehub", + "githubUrl": "https://github.com/EngineHub" + } ] } diff --git a/logos/enginehub.svg b/logos/enginehub.svg new file mode 100644 index 0000000..89469c2 --- /dev/null +++ b/logos/enginehub.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + From 911584b0377d860d6286894d27fbe51ce7399b73 Mon Sep 17 00:00:00 2001 From: Ivan K Date: Mon, 28 Jan 2019 15:22:30 -0800 Subject: [PATCH 3/3] Fix communities.json --- communities.json | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/communities.json b/communities.json index 129bcbf..b684e41 100644 --- a/communities.json +++ b/communities.json @@ -1,6 +1,6 @@ { "data": [ - { + { "logo": "yarnpkg.svg", "title": "Yarnpkg", "quote": "Discord helped us get in touch with Yarn's contributors, and empowered them to become maintainers in the process.", @@ -414,7 +414,7 @@ "inviteCode": "zav3EkW", "githubUrl": "https://github.com/TeamEGEM" }, - { + { "logo": "lindacoin.png", "title": "Lindacoin", "quote": "Lindacoin is a peer to peer hybrid digital currency. It creates utility products that allow Linda to be used in everyday scenarios. It also offers partnership opportunities to other cryptocurrencies to use the Lindacoin platform. Lindacoin offers a scamfree token platform.", @@ -584,15 +584,13 @@ "inviteCode": "jETyjUw", "githubUrl": "https://github.com/PaperMC" }, - - { - "logo": "enginehub.svg", - "title": "EngineHub", - "quote": "Discord has allowed us to massively streamline support requests, and created a dynamic community around our projects.", - "inviteCode": "enginehub", - "githubUrl": "https://github.com/EngineHub" - } - + { + "logo": "enginehub.svg", + "title": "EngineHub", + "quote": "Discord has allowed us to massively streamline support requests, and created a dynamic community around our projects.", + "inviteCode": "enginehub", + "githubUrl": "https://github.com/EngineHub" + }, { "logo": "adafruit.svg", "title": "Adafruit",