mirror of
https://github.com/yuzu-emu/discord-open-source
synced 2024-11-24 11:58:20 +00:00
Adds properties to communities: quoteSourceUrl and githubUrl
This commit is contained in:
parent
4843f69d33
commit
8020cbeb78
2 changed files with 42 additions and 19 deletions
|
@ -8,13 +8,14 @@ To add your project and community to the list:
|
|||
-- Logos should be 40x40 SVGs
|
||||
* Add your community to communities.json like so:
|
||||
|
||||
|
||||
```json
|
||||
{
|
||||
"logo": "your-logo.svg",
|
||||
"title": "Name of your project",
|
||||
"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/"
|
||||
"quote": "Optional: A short quote about how you use Discord for your project.",
|
||||
"quoteSourceUrl": "Optional: An optional source for the quote.",
|
||||
"inviteCode": "The public invite code to your project, usually the code after https://discord.gg/",
|
||||
"githubUrl": "The URL of your Github organization or project repository."
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -5,93 +5,115 @@
|
|||
"title": "Yarnpkg",
|
||||
"quote":
|
||||
"Discord helped us get in touch with Yarn's contributors, and empowered them to become maintainers in the process.",
|
||||
"inviteCode": "yarnpkg"
|
||||
"inviteCode": "yarnpkg",
|
||||
"githubUrl": "https://github.com/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"
|
||||
"quoteSourceUrl": "https://reactjs.org/blog/2015/10/19/reactiflux-is-moving-to-discord.html",
|
||||
"inviteCode": "KWHrBDe",
|
||||
"githubUrl": "https://github.com/reactiflux"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
"Discord has many of the same features of Slack, however they... 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.",
|
||||
"quoteSourceUrl": "https://medium.com/@AugurProject/adopting-discord-10d1b30bfcbb",
|
||||
"inviteCode": "faud6Fx",
|
||||
"githubUrl": "https://github.com/AugurProject"
|
||||
},
|
||||
{
|
||||
"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...[T]he plan right now is to switch to Discord which seems to be an easier to follow product.",
|
||||
"inviteCode": "HBherRA"
|
||||
"quoteSourceUrl": "https://vuejsfeed.com/blog/gitter-chat-for-vue-js-is-moving-to-discord",
|
||||
"inviteCode": "HBherRA",
|
||||
"githubUrl": "https://github.com/vuejs"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
"quoteSourceUrl": "https://medium.com/@info_62555/were-moving-to-discord-fb37b58a8386",
|
||||
"inviteCode": "JJD5Gtz",
|
||||
"githubUrl": "https://github.com/Opus-foundation/"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
"quoteSourceUrl": "https://blog.sia.tech/sia-is-moving-from-slack-to-discord-195f87feb6a6",
|
||||
"inviteCode": "sia",
|
||||
"githubUrl": "https://github.com/NebulousLabs/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 protecting existing members from phishing and scams. This is key as we expand our bot capability to blockchain interaction like tipping.",
|
||||
"inviteCode": "HF6vEGF"
|
||||
"quoteSrc": "https://blog.ubiqsmart.com/ubiq-has-now-officially-moved-to-discord-85cf61e63571",
|
||||
"inviteCode": "HF6vEGF",
|
||||
"githubUrl": "https://github.com/ubiq"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
"quoteSourceUrl": "https://home-assistant.io/blog/2017/07/03/home-assistant-is-moving-to-discord/",
|
||||
"inviteCode": "c5DvZ4e",
|
||||
"githubUrl": "https://github.com/home-assistant"
|
||||
},
|
||||
{
|
||||
"logo": "vuetify.svg",
|
||||
"title": "Vuetify",
|
||||
"quote":
|
||||
"We started using Discord as we opened up Patreon. It integrated flawlessly and provided us with a platform to help recognize our contributors. Thank you!",
|
||||
"inviteCode": "s93b7Fv"
|
||||
"inviteCode": "s93b7Fv",
|
||||
"githubUrl": "https://github.com/vuetifyjs"
|
||||
},
|
||||
{
|
||||
"logo": "elixir.png",
|
||||
"title": "Elixir",
|
||||
"inviteCode": "Ze9fAV"
|
||||
"inviteCode": "Ze9fAV",
|
||||
"githubUrl": "https://github.com/elixir-lang"
|
||||
},
|
||||
{
|
||||
"logo": "redux.svg",
|
||||
"title": "Redux",
|
||||
"inviteCode": "KWHrBDe"
|
||||
"inviteCode": "KWHrBDe",
|
||||
"githubUrl": "https://github.com/reactjs/redux"
|
||||
},
|
||||
{
|
||||
"logo": "graphql.svg",
|
||||
"title": "GraphQL",
|
||||
"inviteCode": "KWHrBDe"
|
||||
"inviteCode": "KWHrBDe",
|
||||
"githubUrl": "https://github.com/graphql"
|
||||
},
|
||||
{
|
||||
"logo": "reasonml.png",
|
||||
"title": "ReasonML",
|
||||
"inviteCode": "reasonml"
|
||||
"inviteCode": "reasonml",
|
||||
"githubUrl": "https://github.com/facebook/reason"
|
||||
},
|
||||
{
|
||||
"logo": "formik.png",
|
||||
"title": "Formik",
|
||||
"inviteCode": "KWHrBDe"
|
||||
"inviteCode": "KWHrBDe",
|
||||
"githubUrl": "https://github.com/jaredpalmer/formik"
|
||||
},
|
||||
{
|
||||
"logo": "relay.svg",
|
||||
"title": "Relay",
|
||||
"inviteCode": "KWHrBDe"
|
||||
"inviteCode": "KWHrBDe",
|
||||
"githubUrl": "https://github.com/facebook/relay"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue