From 58b957d408ac66df0f0e18888b36045ce462153e Mon Sep 17 00:00:00 2001 From: Kristerpher Henderson Date: Tue, 15 May 2018 15:21:35 -0400 Subject: [PATCH 1/5] 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/5] 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/5] 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 From 718e43b8e80b3f443d9a7c10c4d74e9e29c8d998 Mon Sep 17 00:00:00 2001 From: Kristerpher Henderson Date: Tue, 15 May 2018 15:40:23 -0400 Subject: [PATCH 4/5] Added some notes and code --- code | 0 notes | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 code create mode 100644 notes diff --git a/code b/code new file mode 100644 index 0000000..e69de29 diff --git a/notes b/notes new file mode 100644 index 0000000..e69de29 From c7e394b6121a1e59e844c731460c52402305e106 Mon Sep 17 00:00:00 2001 From: Kristerpher Henderson Date: Tue, 15 May 2018 16:22:17 -0400 Subject: [PATCH 5/5] add code base and instructions --- code | 2 ++ notes | 1 + 2 files changed, 3 insertions(+) diff --git a/code b/code index e69de29..416f8ec 100644 --- a/code +++ b/code @@ -0,0 +1,2 @@ +I wrote some code. +I documented it in the notes. \ No newline at end of file diff --git a/notes b/notes index e69de29..471c222 100644 --- a/notes +++ b/notes @@ -0,0 +1 @@ +These notes talk about the code I wrote. \ No newline at end of file