DaniloLira / Tear

A iOS City Simulation game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Commits Forks Stargazers Issues


Logo

Tear

An awesome iOS simulation game
Explore the docs »

TestFlight(soon) · Report Bug · Request Feature

Table of Contents

About The Project

Logo Logo Logo

Built With

This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

Git Flow

Add new Feature or fix a Bug

  1. Create your Feature or Fix Branch
  • git checkout -b feature/AmazingFeature
  • git checkout -b fix/AmazingFix
  1. Commit your Changes
  • git commit -m 'Feature(AmazingFeature): Add some AmazingFeature
  • git commit -m 'Fix(AmazingFix): Fixes a bug
  1. Push to the Branch
  • git push origin feature/AmazingFeature
  • git push origin fix/AmazingFix
  1. Open a Pull Request in Github's Pull request tab and fill it with the above Pull Request Template.
  2. If the Pull Request is not able to merge automatically do the following steps while on your branch:
git pull develop
  1. Solves conflicts in Xcode, and commit your changes
  2. Add reviewers to your Pull Request and wait for approval.

Pull Request Template

### Issue Name
**What I did:**

- First thing I did...

- Second thing I did...

**How to test:**

- Brief notes on how to check if the feature works correctly.

About

A iOS City Simulation game


Languages

Language:Swift 100.0%