Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.01 KB

index.md

File metadata and controls

24 lines (17 loc) · 1.01 KB
layout
default

Startup Systems Student Directory

Adding yourself

Students and staff, introduce yourself!

  1. Create a GitHub account, if you don't have one already.
  2. 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.
  3. 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.