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.
Heading and formats for opening remarks
- Loading branch information
Kristerpher Henderson
authored and
Kristerpher Henderson
committed
May 15, 2018
1 parent
6aa6170
commit 58b957d
Showing
1 changed file
with
19 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,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? |