List of open source communities living on Discord
 
Go to file
Chris 0c39099bee Added yuzu. 2019-10-21 22:52:47 -04:00
logos Added yuzu. 2019-10-21 22:52:47 -04:00
.gitignore travis CI tests for communities.json 2019-01-30 11:59:21 -08:00
.travis.yml travis CI tests for communities.json 2019-01-30 11:59:21 -08:00
README.md Adds guideline regarding logo color 2018-05-29 10:31:00 -07:00
communities.json Added yuzu. 2019-10-21 22:52:47 -04:00
package.json also validate codes 2019-01-30 11:59:21 -08:00
validate.js validate: Provide api version in req URL 2019-02-21 14:00:49 -08:00

README.md

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.

Thanks for being part of Discord!

Acceptance criteria

At this time, we are accepting communities which meet the following criteria:

  1. Your community is not Discord-focused (for example, Discord bots or modifications are not accepted).
  2. Your community has at least 1,000 members, or the GitHub repo has at least 1,000 stars.
  3. Your community adheres to the Discord community guidelines.

While this list does not currently extend to Discord bots, look forward to something for bots in the future.

Adding your project

  1. Fork the repo

  2. Add your logo into /logos

    • Logo dimensions should be either 72x72 for SVG or 144x144 for PNG.
    • Logo should be minified.
    • Logo should be monochromatic and white (check the website for examples)
    • SVGs should contain only vector shapes — no raster graphics.
  3. Add your community to communities.json, like so:

{
  "logo": "your-logo.svg",
  "title": "Name of your project",
  "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."
}
  1. Submit a PR with your change, and if all is well, we'll merge it and display it on Discord's open source page!