From f617023e8bf04f28423e2b0ffa9e9372899d0db1 Mon Sep 17 00:00:00 2001 From: John Furrow Date: Tue, 13 Mar 2018 17:47:56 -0700 Subject: [PATCH 1/3] Change Reactiflux invite codes to channel invite codes --- communities.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/communities.json b/communities.json index e8cd41c..31aacc3 100644 --- a/communities.json +++ b/communities.json @@ -12,7 +12,7 @@ "title": "Reactiflux", "quote": "Discord is the easiest platform to join... All they need to do is provide a name. No permission granting, no password, no email confirmation... This is critically useful for us, and will make Reactiflux even more open and accessible.", "quoteSourceUrl": "https://reactjs.org/blog/2015/10/19/reactiflux-is-moving-to-discord.html", - "inviteCode": "KWHrBDe", + "inviteCode": "reactiflux", "githubUrl": "https://github.com/reactiflux" }, { @@ -73,25 +73,25 @@ { "logo": "jest.png", "title": "Jest", - "inviteCode": "KWHrBDe", + "inviteCode": "yrPdTqR", "githubUrl": "https://github.com/facebook/jest" }, { "logo": "elixir.png", "title": "Elixir", - "inviteCode": "Ze9fAV", + "inviteCode": "gukkbr", "githubUrl": "https://github.com/elixir-lang" }, { "logo": "redux.svg", "title": "Redux", - "inviteCode": "KWHrBDe", + "inviteCode": "aD26W3P", "githubUrl": "https://github.com/reactjs/redux" }, { "logo": "graphql.svg", "title": "GraphQL", - "inviteCode": "KWHrBDe", + "inviteCode": "ef2h6QM", "githubUrl": "https://github.com/graphql" }, { @@ -103,13 +103,13 @@ { "logo": "formik.png", "title": "Formik", - "inviteCode": "KWHrBDe", + "inviteCode": "BYTdAgs", "githubUrl": "https://github.com/jaredpalmer/formik" }, { "logo": "relay.svg", "title": "Relay", - "inviteCode": "KWHrBDe", + "inviteCode": "A5KakZH", "githubUrl": "https://github.com/facebook/relay" }, { From 52d5609690dbab99b90f8bd930c04c7e24968188 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Tue, 13 Mar 2018 20:10:21 -0700 Subject: [PATCH 2/3] 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 3/3] 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 +}