diff --git a/README.md b/README.md index 3f3f859..21e1577 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,42 @@ -# gettingstarted +# Getting Started + Civic Hackers starter guide. A basic "readme" on good ways to ensure successful collaboration. + +## Thoughts + +### 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 | + +### 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? + +When do I PR? + +Why did someone do this? + +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 diff --git a/code b/code new file mode 100644 index 0000000..416f8ec --- /dev/null +++ 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 new file mode 100644 index 0000000..471c222 --- /dev/null +++ b/notes @@ -0,0 +1 @@ +These notes talk about the code I wrote. \ No newline at end of file