Skip to content

Commit

Permalink
Merge pull request #33 from mapzen/32-git-templates
Browse files Browse the repository at this point in the history
Add git templates
  • Loading branch information
msmollin authored Apr 10, 2017
2 parents 430023e + 149c971 commit df73e31
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Contributing
Thanks for taking the time to contribute. Here are some steps and guidelines on how to best get your code into master!

1. Fork the repository

2. Clone your forked copy of the repository

3. Open `TBMapzenRouting.xcodeproj`

4. Write your code!

5. Write tests for your code.
- We love well tested code.

6. Run your tests and ensure that they pass

- Use XCode's `Product > Test` menu or the keyboard shortcut: `⌘u`

7. Commit your code on a feature branch

8. Push your code

9. Create a new [pull request](https://github.com/mapzen/on-the-road_ios/pulls/new)
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Description

### Steps to Reproduce

### On The Road & iOS Version
3 changes: 3 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Overview

### Proposed Changes

0 comments on commit df73e31

Please sign in to comment.