Liste é um app para anotar suas tarefas de forma a respeitar sua rotina e suas necessidades
Explore a documentação »
TestFlight
·
Reporte Bug
O Liste é um aplicativo desenvolvido para iPhone com objetivo de gerenciar as atividades diárias de forma a respeitar o tempo disponível.
Aqui listamos as tecnologias utilizadas para a construção deste projeto
- Create your Feature or Fix Branch
git checkout -b feature/AmazingFeature
git checkout -b fix/AmazingFix
git checkout -b test/AmazingTest
- 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
- Push to the Branch
git push origin feature/AmazingFeature
git push origin fix/AmazingFix
- Open a Pull Request in Github's Pull request tab and fill it with the above Pull Request Template.
- If the Pull Request is not able to merge automatically do the following steps while on your branch:
git pull develop
- Solves conflicts in Xcode, and commit your changes
- Add reviewers to your Pull Request and wait for approval.
### 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.