- Download https://desktop.github.com for a simple interface to github. Open, and login with your github username. (alternatives are SourceTree and, of course, the command line)
- Fork this repository (click on fork top right of this page; this makes a copy of this repo on your github account [somewhere in the cloud])
- Go to your fork (it takes you there anyway), and clone your fork to your computer (click on clone or download)
- If you installed Github Desktop (recommended), click on "Open in Desktop"
- GitHub Desktop will ask you where you want the repo cloned to. Let's call that location on your computer
x
.
- Make sure you have your github username handy
- add a
JSON
file that describes yourself:-
Navigate to location
x
. -
Navigate to the
_data/spring2017/
directory -
Open your text editor, create a file like the one below (you are looking at
floswald.json
), and save asYOUR_GITHUB_USERNAME.json
in the current directory:{ "emoji": "radio", "introduction": "BBC6music is my favourite radio station", "computing": "dynamic models of housing, location and labor" }
You should replace with your own
emoji
(choose from this list),introduction
, which should be something very brief about yourself, andcomputing
, where you should state what kinds of computational problems you are (or think you will be) solving.
-
save this file
-
- Back in Github Desktop: You see it says 1 uncommitted change. It tells you that the state of the repo changed. good.
- write a summary of the change. Like: "added my username"
- click on commit to gh-pages.
gh-pages
is the default branch on this repo, and that's where we want to add this new file. - Top right in Github Desktop, click on Pull Request.
- Additionally add more comments. Then click Send Pull Request.
- Done.
- You can go and look at your PR by clicking on the link that appears where you clicked.
Teachers: see the meta file for usage instructions.
Please observe that this repo is part of the Sciences Po CompEcon Organisation and therefore subject to the license detailed at the bottom of The Syllabus repo.