File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Biblioteca PHP para manejar excepciones y errores.
15
15
- [ Uso] ( #uso )
16
16
- [ Tests] ( #tests )
17
17
- [ Imágenes] ( #imagenes )
18
+ - [ Tareas pendientes] ( #-tareas-pendientes )
18
19
- [ Contribuir] ( #contribuir )
19
20
- [ Repositorio] ( #repositorio )
20
21
- [ Licencia] ( #licencia )
@@ -115,7 +116,13 @@ Para ejecutar las [pruebas](tests/ErrorHandler/Test) simplemente:
115
116
![ image] ( resources/images/notice.png )
116
117
![ image] ( resources/images/warning.png )
117
118
119
+ ### ☑ Tareas pendientes
120
+
121
+ - [x] Completar tests
122
+ - [ ] Mejorar la documentación
123
+
118
124
### Contribuir
125
+
119
126
1 . Comprobar si hay incidencias abiertas o abrir una nueva para iniciar una discusión en torno a un fallo o función.
120
127
1 . Bifurca la rama del repositorio en GitHub para iniciar la operación de ajuste.
121
128
1 . Escribe una o más pruebas para la nueva característica o expón el error.
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ PHP library for handling exceptions and errors.
15
15
- [ Usage] ( #usage )
16
16
- [ Tests] ( #tests )
17
17
- [ Images] ( #images )
18
+ - [ TODO] ( #-todo )
18
19
- [ Contribute] ( #contribute )
19
20
- [ Repository] ( #repository )
20
21
- [ License] ( #license )
@@ -116,7 +117,13 @@ To run [tests](tests/ErrorHandler/Test) simply:
116
117
![ image] ( resources/images/notice.png )
117
118
![ image] ( resources/images/warning.png )
118
119
120
+ ### ☑ TODO
121
+
122
+ - [x] Create tests
123
+ - [ ] Improve documentation
124
+
119
125
### Contribute
126
+
120
127
1 . Check for open issues or open a new issue to start a discussion around a bug or feature.
121
128
1 . Fork the repository on GitHub to start making your changes.
122
129
1 . Write one or more tests for the new feature or that expose the bug.
You can’t perform that action at this time.
0 commit comments