Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/toml-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Every member of a Rust team is represented by a file in the `people` directory.
The file structure is this:

```toml
name = "John Doe" # Real name of the person (required)
name = "John Doe" # Display name of the person for the website (required)
github = "johndoe" # GitHub username of the person (required)
github-id = 123456 # GitHub ID of the person (required)
zulip-id = 123456 # Zulip ID of the person (optional)
Expand Down