commit bf74e8ba4cade3e7b479fac13305d74c865d95d6 Author: Michael Greer Date: Wed Feb 14 16:02:27 2018 -0800 commit initial set of communities diff --git a/README.md b/README.md new file mode 100644 index 0000000..3a9d7dd --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Open Source Communities on Discord + +This is the source list of OSS communities that use and live on Discord. It is used to populate the list at https://discordapp.com/open-source. +To add your project and community to the list: + +* Fork the repo +* Add your logo into `/logos` + -- Logos should be 40x40 SVGs +* Add your community to communities.json like so: + + +```json +{ + "logo": "your-logo.svg", + "title": "Name of your projecy", + "quote": "A short quote about how you use Discord for your project.", + "inviteCode": "The public invite code to your project, usually the code after https://discord.gg/" +} +``` + +* Submit a PR with your change and, if all is OK, we'll merge it and pull it in! + +Thanks for being part of Discord! diff --git a/communities.json b/communities.json new file mode 100644 index 0000000..d7c9dd9 --- /dev/null +++ b/communities.json @@ -0,0 +1,60 @@ +{ + "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.", + "inviteCode": "yarnpkg" + }, + { + "logo": "reactiflux.svg", + "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.", + "inviteCode": "KWHrBDe" + }, + { + "logo": "augur.svg", + "title": "Augur", + "quote": + "Discord has many of the same features of Slack, however the... give us better community moderation tools. Security features such as link checking and validation is built in. Discord will allow us to grow our online community without any restrictions with our upcoming launch.", + "inviteCode": "faud6Fx" + }, + { + "logo": "vuejs.svg", + "title": "Vue.js", + "quote": + "The discussion is about how manageable Gitter currently is with over 10k users on gitter.im/vuejs/vue in which someone can easily get lost...People tend to agree and the plan right now is to switch to Discord which seems to be an easier to follow product.", + "inviteCode": "HBherRA" + }, + { + "logo": "opus.svg", + "title": "Opus Foundation", + "quote": + "Opus is not the first to move from Slack to Discord; lots of companies have announced this change in the past. ...[O]ur move is motivated solely by the desire to increase security for our community, decrease the number of spammers, and make communication easier.", + "inviteCode": "JJD5Gtz" + }, + { + "logo": "sia.svg", + "title": "Sia", + "quote": + "Discord... was specifically built for huge online communities. Its intended audience is gamers, but many large communities have switched from Slack to Discord, including development communities...", + "inviteCode": "sia" + }, + { + "logo": "ubiq.svg", + "title": "Ubiq", + "quote": + "We've really enjoyed the swap to discord where we can provide an intuitive new member experience while protect existing members from phishing and scams. This is key as we expand our bot capability to blockchain interaction like tipping.", + "inviteCode": "HF6vEGF" + }, + { + "logo": "homeasst.svg", + "title": "Home Assistant", + "quote": + "It's allowed more integrated communication between the developers and users helping to fix issues faster as well as encourage new developers to join/contribute. The features of Discord allow us to better direct people to specific channels for help with their niche issues as well as quickly distribute information about any issues that may impact many users", + "inviteCode": "c5DvZ4e" + } + ] +} diff --git a/logos/augur.svg b/logos/augur.svg new file mode 100644 index 0000000..9c026e2 --- /dev/null +++ b/logos/augur.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/logos/homeasst.svg b/logos/homeasst.svg new file mode 100644 index 0000000..f8f3afa --- /dev/null +++ b/logos/homeasst.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/logos/opus.svg b/logos/opus.svg new file mode 100644 index 0000000..54895ca --- /dev/null +++ b/logos/opus.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/logos/reactiflux.svg b/logos/reactiflux.svg new file mode 100644 index 0000000..28e1ed5 --- /dev/null +++ b/logos/reactiflux.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/logos/sia.svg b/logos/sia.svg new file mode 100644 index 0000000..e7981b6 --- /dev/null +++ b/logos/sia.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/logos/ubiq.svg b/logos/ubiq.svg new file mode 100644 index 0000000..1d8db0a --- /dev/null +++ b/logos/ubiq.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/logos/vuejs.svg b/logos/vuejs.svg new file mode 100644 index 0000000..8510a0f --- /dev/null +++ b/logos/vuejs.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/logos/yarnpkg.svg b/logos/yarnpkg.svg new file mode 100644 index 0000000..568711e --- /dev/null +++ b/logos/yarnpkg.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/package.json b/package.json new file mode 100644 index 0000000..0d1f2e6 --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "name": "discord-open-source", + "version": "1.0.0", + "main": "communities.json" +}