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
- Host: GitHub
- URL: https://github.com/bevyengine/bevy-community
- Owner: bevyengine
- Created: 2022-12-19T06:59:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T18:57:40.000Z (6 months ago)
- Last Synced: 2025-03-31T05:09:14.705Z (3 months ago)
- Size: 64.5 KB
- Stars: 24
- Watchers: 7
- Forks: 47
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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"
```