forked from CodeForPhilly/gettingstarted
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request CodeForPhilly#5 from MooseQuest/master
Add code base, tooling outline
- Loading branch information
Showing
3 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
I wrote some code. | ||
I documented it in the notes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
These notes talk about the code I wrote. |