layout |
---|
default |
Students and staff, introduce yourself!
- Create a GitHub account, if you don't have one already.
- Create a
GITHUB_USERNAME.json
file under the [_data/{{ site.current_term }}/
](https://github.com/startup-systems/students/tree/master/_data/{{ site.current_term }}) directory, using the format described below. - Submit via pull request.
Example data file ([_data/{{ site.current_term }}/sahuguet.json
](https://github.com/startup-systems/students/tree/master/_data/{{ site.current_term }}/sahuguet.json)):
{
"emoji": "fr",
"introduction": "Founder of The Foundry."
}
Using the format above, replace with your own emoji
(choose from this list) and introduction
. Note that we'll do this in the first class, using the same workflow that will be used for all assignments.