Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions contributors/Yuxiang-Huang.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
full-name = "Yuxiang Huang"
github-username = "Yuxiang-Huang"
slack-member-id = "U05TGBA0DPF"
email = "[email protected]"
1 change: 1 addition & 0 deletions contributors/ap-1.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
full-name = "Anish Pallati"
github-username = "ap-1"
slack-member-id = "U07FPJKFB5E"
email = "[email protected]"
1 change: 1 addition & 0 deletions contributors/axgu.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
full-name = "Anna Gu"
github-username = "axgu"
slack-member-id = "U05SB94CW20"
email = "[email protected]"
1 change: 1 addition & 0 deletions contributors/laasyaaki.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
full-name = "Laasya Aki"
github-username = "laasyaaki"
slack-member-id = "U07M0M59TU1"
email = "[email protected]"
1 change: 1 addition & 0 deletions contributors/luke992.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
full-name = "Luke Hann"
github-username = "luke992"
slack-member-id = "U07MD6WJ7PF"
email = "[email protected]"
1 change: 1 addition & 0 deletions contributors/mandyyrl.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
full-name = "Mandy Yin"
github-username = "mandyyrl"
slack-member-id = "U08BG4GUZTN"
email = "[email protected]"
1 change: 1 addition & 0 deletions contributors/tsurbs.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
full-name = "Theo Urban"
github-username = "tsurbs"
slack-member-id = "U05SMES9733"
email = "[email protected]"
3 changes: 2 additions & 1 deletion docs/contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ Create a new TOML file in `contributors/` with your GitHub username as the filen
full-name = "Your Name"
github-username = "your-github-username"
slack-member-id = "U07FPJKFB5E"
email = "[email protected]"
```

All of these fields are required.
All of these fields are required. The "email" field in particular is used for Tech Committee-wide communication and team-specific notifications.

To find your `slack-member-id`, follow these steps:

Expand Down
7 changes: 6 additions & 1 deletion meta/schemas/contributor.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"required": [
"full-name",
"github-username",
"slack-member-id"
"slack-member-id",
"email"
],
"properties": {
"full-name": {
Expand All @@ -15,6 +16,10 @@
"slack-member-id": {
"type": "string",
"pattern": "^U[A-Z0-9]+$"
},
"email": {
"type": "string",
"format": "email"
}
},
"additionalProperties": false
Expand Down
5 changes: 0 additions & 5 deletions repos/cmueats.toml

This file was deleted.