We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46b0b67 + 90bb6c2 commit 731940cCopy full SHA for 731940c
docs/toml-schema.md
@@ -6,7 +6,7 @@ Every member of a Rust team is represented by a file in the `people` directory.
6
The file structure is this:
7
8
```toml
9
-name = "John Doe" # Real name of the person (required)
+name = "John Doe" # Display name of the person for the website (required)
10
github = "johndoe" # GitHub username of the person (required)
11
github-id = 123456 # GitHub ID of the person (required)
12
zulip-id = 123456 # Zulip ID of the person (optional)
0 commit comments