From e3fc7566c7474df442dd95b7e0bc821c2b298840 Mon Sep 17 00:00:00 2001 From: agamemnus Date: Tue, 2 Dec 2014 22:30:53 -0500 Subject: [PATCH 1/4] Create about.md --- Teams/Flyingsoft-Games/about.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Teams/Flyingsoft-Games/about.md diff --git a/Teams/Flyingsoft-Games/about.md b/Teams/Flyingsoft-Games/about.md new file mode 100644 index 0000000..27efeeb --- /dev/null +++ b/Teams/Flyingsoft-Games/about.md @@ -0,0 +1 @@ +It's going to be a game. From 2cc7e23d800d9aab1f2f31b311e61017519c6cf8 Mon Sep 17 00:00:00 2001 From: agamemnus Date: Tue, 2 Dec 2014 22:31:32 -0500 Subject: [PATCH 2/4] Create team.json --- Teams/Flyingsoft-Games/team.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Teams/Flyingsoft-Games/team.json diff --git a/Teams/Flyingsoft-Games/team.json b/Teams/Flyingsoft-Games/team.json new file mode 100644 index 0000000..06ca14a --- /dev/null +++ b/Teams/Flyingsoft-Games/team.json @@ -0,0 +1,10 @@ +{ + "teamName": "Flyingsoft", + "members": [{ + "name" : "Michael Romanovsky", + "twitter" : "agamemnus_dev", + "koding" : "agamemnus", + "location" : "Boston, US", + "lead" : true + }] +} From d539f6bb76b6ce88aecf72d63eff66781aad1cb4 Mon Sep 17 00:00:00 2001 From: agamemnus Date: Tue, 2 Dec 2014 22:31:42 -0500 Subject: [PATCH 3/4] Update team.json --- Teams/Flyingsoft-Games/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Flyingsoft-Games/team.json b/Teams/Flyingsoft-Games/team.json index 06ca14a..679a2ba 100644 --- a/Teams/Flyingsoft-Games/team.json +++ b/Teams/Flyingsoft-Games/team.json @@ -1,5 +1,5 @@ { - "teamName": "Flyingsoft", + "teamName": "Flyingsoft Games", "members": [{ "name" : "Michael Romanovsky", "twitter" : "agamemnus_dev", From 5469b0ae80839132ba4b1f44d9402653827b1556 Mon Sep 17 00:00:00 2001 From: agamemnus Date: Tue, 2 Dec 2014 23:04:49 -0500 Subject: [PATCH 4/4] Rename about.md to ABOUT.md --- Teams/Flyingsoft-Games/{about.md => ABOUT.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Teams/Flyingsoft-Games/{about.md => ABOUT.md} (100%) diff --git a/Teams/Flyingsoft-Games/about.md b/Teams/Flyingsoft-Games/ABOUT.md similarity index 100% rename from Teams/Flyingsoft-Games/about.md rename to Teams/Flyingsoft-Games/ABOUT.md