/students

Student repository to practice pull requests:

Primary LanguageRuby

Student directory Build Status

Repository for practicing doing pull requests. Introduce yourself via a GITHUB_USERNAME.json file under the appropriate directory _data/spring2016/ directory, and submit via pull request. Here's an example:

// this is a comment
// below is the content of file _data/spring_2016/floswald.json on my computer
{
  "emoji": "radio",
  "introduction": "BBC6music is my favourite radio station",
  "computing": "dynamic models of housing, location and labor"
}

Using the format above, replace with your own

  • emoji (choose from this list),
  • introduction, which should be something very brief about yourself, and
  • computing, where you should state what kinds of computational problems you are (or think you will be) solving.

Teachers: see the meta file for usage instructions.