Skip to content

Commit 3ce9523

Browse files
committed
Updated to 1.1.5 version
1 parent 555c84c commit 3ce9523

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README-ES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Biblioteca PHP para manejar excepciones y errores.
1515
- [Uso](#uso)
1616
- [Tests](#tests)
1717
- [Imágenes](#imagenes)
18+
- [Tareas pendientes](#-tareas-pendientes)
1819
- [Contribuir](#contribuir)
1920
- [Repositorio](#repositorio)
2021
- [Licencia](#licencia)
@@ -115,7 +116,13 @@ Para ejecutar las [pruebas](tests/ErrorHandler/Test) simplemente:
115116
![image](resources/images/notice.png)
116117
![image](resources/images/warning.png)
117118

119+
### ☑ Tareas pendientes
120+
121+
- [x] Completar tests
122+
- [ ] Mejorar la documentación
123+
118124
### Contribuir
125+
119126
1. Comprobar si hay incidencias abiertas o abrir una nueva para iniciar una discusión en torno a un fallo o función.
120127
1. Bifurca la rama del repositorio en GitHub para iniciar la operación de ajuste.
121128
1. Escribe una o más pruebas para la nueva característica o expón el error.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ PHP library for handling exceptions and errors.
1515
- [Usage](#usage)
1616
- [Tests](#tests)
1717
- [Images](#images)
18+
- [TODO](#-todo)
1819
- [Contribute](#contribute)
1920
- [Repository](#repository)
2021
- [License](#license)
@@ -116,7 +117,13 @@ To run [tests](tests/ErrorHandler/Test) simply:
116117
![image](resources/images/notice.png)
117118
![image](resources/images/warning.png)
118119

120+
### ☑ TODO
121+
122+
- [x] Create tests
123+
- [ ] Improve documentation
124+
119125
### Contribute
126+
120127
1. Check for open issues or open a new issue to start a discussion around a bug or feature.
121128
1. Fork the repository on GitHub to start making your changes.
122129
1. Write one or more tests for the new feature or that expose the bug.

0 commit comments

Comments
 (0)