DaniloLira / Liste

Liste é um app para anotar suas tarefas de forma a respeitar sua rotina e suas necessidades

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Commits Forks Stargazers Issues


Logo

Liste

Liste é um app para anotar suas tarefas de forma a respeitar sua rotina e suas necessidades
Explore a documentação »

TestFlight · Reporte Bug

Tabela de conteúdo

Sobre o projeto

O Liste é um aplicativo desenvolvido para iPhone com objetivo de gerenciar as atividades diárias de forma a respeitar o tempo disponível.

Tecnologias utilizadas

Aqui listamos as tecnologias utilizadas para a construção deste projeto

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
  • git checkout -b test/AmazingTest
  1. Commit your Changes
  • git commit -m 'Feature(AmazingFeature): Add some AmazingFeature
  • git commit -m 'Fix(AmazingFix): Fixes a bug
  • `git commit -m 'Test(AmazingFeature): UI Button Test
  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

Liste é um app para anotar suas tarefas de forma a respeitar sua rotina e suas necessidades


Languages

Language:Swift 99.7%Language:Ruby 0.3%