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.
Bringing 'master' into outline/tooling
- Loading branch information
Showing
1 changed file
with
41 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. |