diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..fb5c4ff --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -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) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..c792c47 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,5 @@ +### Description + +### Steps to Reproduce + +### On The Road & iOS Version diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..9e2ecc1 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,3 @@ +### Overview + +### Proposed Changes