From 58b957d408ac66df0f0e18888b36045ce462153e Mon Sep 17 00:00:00 2001 From: Kristerpher Henderson Date: Tue, 15 May 2018 15:21:35 -0400 Subject: [PATCH 1/3] Heading and formats for opening remarks --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f3f859..dd96335 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ -# gettingstarted +# Getting Started + Civic Hackers starter guide. A basic "readme" on good ways to ensure successful collaboration. + +## Outline + +### Tooling + +One of the most exciting part "getting started" is choosing your technology stack. But before you do that you need to make two categories. + +***Human** - Tools that help me communicate, collaborate and contribute.* + +***Non-Human** - Tools that help me orchestrate, automate and integrate.* + +| Humans | Non-Humans | +| ------------- | ------------- | +| Slack | Travis CI | +| Trello | IDE | + +Alright -- So I got everything setup, but where do I put my code? \ No newline at end of file From 3eec278b496fdda87e5726e58b93c3353b2109f3 Mon Sep 17 00:00:00 2001 From: Kristerpher Henderson Date: Tue, 15 May 2018 15:25:31 -0400 Subject: [PATCH 2/3] Added some questions for the non-human stuff --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd96335..77032ef 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,12 @@ One of the most exciting part "getting started" is choosing your technology stac | Slack | Travis CI | | Trello | IDE | -Alright -- So I got everything setup, but where do I put my code? \ No newline at end of file +Alright -- So I got everything setup, but where do I put my code? + +Who is in charge of the repo? + +When do I PR? + +Why did someone do this? + +Stop checking in things on the master branch. \ No newline at end of file From fb6df5a2921cd0e680d93d7e14b419f6bf4d8393 Mon Sep 17 00:00:00 2001 From: Kristerpher Henderson Date: Tue, 15 May 2018 15:34:21 -0400 Subject: [PATCH 3/3] Added some questions for the human stuff --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77032ef..21e1577 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Civic Hackers starter guide. A basic "readme" on good ways to ensure successful collaboration. -## Outline +## Thoughts ### Tooling @@ -17,6 +17,8 @@ One of the most exciting part "getting started" is choosing your technology stac | Slack | Travis CI | | Trello | IDE | +### Some questions for the **non-human** stuff. + Alright -- So I got everything setup, but where do I put my code? Who is in charge of the repo? @@ -25,4 +27,16 @@ When do I PR? Why did someone do this? -Stop checking in things on the master branch. \ No newline at end of file +Stop checking in things on the master branch. + +### Some questions for the **human** stuff. + +Alright -- So everyone is setup, what next? + +Who is charge? + +When do we meetup? + +Why did we choose this language? + +Start encouraging each other. \ No newline at end of file