|
1 | 1 | # Team Practice - Calculadora con GUI 🧮✨ |
2 | 2 |
|
3 | | -[](https://github.com/WorkTeam01/team-practice/actions/workflows/ci.yml) |
| 3 | +[](https://github.com/WorkTeam01/team-practice/actions/workflows/ci.yml) |
4 | 4 | [](https://www.python.org/downloads/) |
5 | 5 | [](LICENSE) |
6 | 6 |
|
@@ -120,16 +120,17 @@ team-practice/ |
120 | 120 | ├── test_calculator.py # Tests unitarios de calculator. py |
121 | 121 | ├── test_gui_calculator.py # Tests de la interfaz gráfica |
122 | 122 | ├── conftest.py # Fixtures de pytest (mocks de Tkinter) |
123 | | -├── . github/ |
| 123 | +├── .github/ |
124 | 124 | │ ├── workflows/ |
125 | 125 | │ │ └── ci.yml # Pipeline de CI/CD |
126 | 126 | │ ├── ISSUE_TEMPLATE/ # Plantillas para issues |
127 | 127 | │ ├── PULL_REQUEST_TEMPLATE/ # Plantillas para PRs |
128 | | -│ └── pull_request_template.md |
| 128 | +│ ├── pull_request_template.md |
| 129 | +│ └── REVIEW_COMMENTS.md |
129 | 130 | ├── README.md # Este archivo |
130 | 131 | ├── CHANGELOG.md # Historial de cambios |
131 | 132 | ├── LICENSE # Licencia MIT |
132 | | -└── . gitignore # Archivos ignorados por Git |
| 133 | +└── .gitignore # Archivos ignorados por Git |
133 | 134 | ``` |
134 | 135 |
|
135 | 136 | --- |
@@ -365,7 +366,7 @@ git branch -d feature/mi-rama |
365 | 366 | ### Git y Flujo de Trabajo |
366 | 367 |
|
367 | 368 | - [Git Flow Cheatsheet](https://danielkummer.github.io/git-flow-cheatsheet/) |
368 | | -- [Conventional Commits](https://www.conventionalcommits. org/) |
| 369 | +- [Conventional Commits](https://www.conventionalcommits.org/) |
369 | 370 | - [GitHub Flow](https://docs.github.com/en/get-started/quickstart/github-flow) |
370 | 371 |
|
371 | 372 | ### Python |
|
0 commit comments