forked from nrc/rustaceans.org
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtemplate.json
More file actions
executable file
·26 lines (24 loc) · 827 Bytes
/
template.json
File metadata and controls
executable file
·26 lines (24 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// Fill out the json struct below with your information. All fields are optional.
// Rename this file to `username.json` where username is your GitHub username.
// Make a PR which adds only username.json and push it (using the same GitHub
// account) to TODO.
// You must remove all comments! If you leave any comments in the file it will
// not be valid json and will not work. You may add whatever fields you like,
// those not listed here will be ingnored.
{
"name": "",
"irc": "",
// e.g., ["rust", "rust-gamedev"]
"irc_channels": [],
// Show your GitHub avatar.
"show_avatar": false,
// Feel free to obfuscate your email address.
"email": "",
"discourse": "",
"reddit": "",
"twitter": "",
"blog": "",
"website": "",
// Notes about you; markdown.
"notes": ""
}