An open API service indexing awesome lists of open source software.

https://github.com/bevyengine/bevy-community

A listing of Bevy community members which is displayed on the Bevy website
https://github.com/bevyengine/bevy-community

Last synced: 3 months ago
JSON representation

A listing of Bevy community members which is displayed on the Bevy website

Awesome Lists containing this project

README

        

# bevy-community
A listing of Bevy community members which is displayed on the [People page](https://bevyengine.org/community/people/) of the Bevy website.

## How To Add Yourself

Submit a pull request to this repo with a new file called `YOUR_GITHUB_USERNAME.toml` inside one of the following folders:

* **Community Members**: Anyone is allowed to create a community member entry.
* **The Bevy Organization**: Put it in this folder only if you are a Bevy Org member.

Paste the template below into the file and fill out the fields that are relevant to you. Remove any optional fields that are not relevant to you.

## Entry Format

You can use the following fields in a toml file:

```toml
# Name you want to appear with. This can be whatever name/alias makes you most comfortable.
# Mandatory
name = "Me, Myself and I"

# File name of your profile picture if you uploaded one
# If you provide a file, be mindful of its size
# If you also add your github profile, you can use "GitHub" to use your GitHub profile picture
# This can be any image that follows our code of conduct.
# Optional
profile-picture = "GitHub"

# Short presentation of yourself. This has a limit of 180 characters.
# Optional
bio = ""

# Link to your sponsoring page, GitHub Sponsor, Patreon, Buy Me a Coffee, ...
# Optional
sponsor = ""

# Social links

# Will link to https://github.com/
# Optional
github = "username"

discord = "DiscordUsername#1234"
# This allows direct linking to your profile for people with a shared server
# https://support.discord.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID-
# Optional
discord-userid = ""

## Will link to https:///@
# Optional
mastodon = "@[email protected]"

## Will link to https://twitter.com/
# Optional
twitter = "username"

## Will link to https://.itch.io/
# Optional
itch-io = "username"

## Will link to http://store.steampowered.com/developer/
# Optional
steam-developer = "developer_name"

## Free link, will be displayed as is
# Optional
website = "https://mywebsite.com"
```