Skip to content

Commit 90bb6c2

Browse files
authored
Clarify name in schema
"real name" can be understood to mean many different things (legal name, name used in real life), none of which matter for us. We just want some name to display on the website, whatever the person wants to have there.
1 parent 46b0b67 commit 90bb6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/toml-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Every member of a Rust team is represented by a file in the `people` directory.
66
The file structure is this:
77

88
```toml
9-
name = "John Doe" # Real name of the person (required)
9+
name = "John Doe" # Display name of the person for the website (required)
1010
github = "johndoe" # GitHub username of the person (required)
1111
github-id = 123456 # GitHub ID of the person (required)
1212
zulip-id = 123456 # Zulip ID of the person (optional)

0 commit comments

Comments
 (0)