From ff17e9ffdfd1887a1473840730006415f630a313 Mon Sep 17 00:00:00 2001 From: RUHSOFT Date: Sat, 29 Nov 2014 23:18:49 +0530 Subject: [PATCH 1/3] Create team.json --- Teams/IO/team.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Teams/IO/team.json diff --git a/Teams/IO/team.json b/Teams/IO/team.json new file mode 100644 index 0000000..bf58cc9 --- /dev/null +++ b/Teams/IO/team.json @@ -0,0 +1,13 @@ +{ + "teamName": "IO", + "members": [ + { + "name": "Ramith Hettiarachchi", + "twitter": "ramithuh", + "koding": "ruhsoft", + "location": "LK", + "lead": true + }, + + ] +} From 3177130ada31366b9876655d287f5850db84886b Mon Sep 17 00:00:00 2001 From: RUHSOFT Date: Sat, 29 Nov 2014 23:23:14 +0530 Subject: [PATCH 2/3] Create about.md --- Teams/IO/about.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Teams/IO/about.md diff --git a/Teams/IO/about.md b/Teams/IO/about.md new file mode 100644 index 0000000..64a4d57 --- /dev/null +++ b/Teams/IO/about.md @@ -0,0 +1 @@ +#Hello from SL From 913c13f5a6e6ebf26527a83fbcbab015a60e4ba3 Mon Sep 17 00:00:00 2001 From: RUHSOFT Date: Sun, 30 Nov 2014 09:59:23 +0530 Subject: [PATCH 3/3] Update team.json --- Teams/IO/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/IO/team.json b/Teams/IO/team.json index bf58cc9..2cc53d6 100644 --- a/Teams/IO/team.json +++ b/Teams/IO/team.json @@ -7,7 +7,7 @@ "koding": "ruhsoft", "location": "LK", "lead": true - }, + } ] }