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 la gestión de archivos JSON.
1515- [ Uso] ( #uso )
1616- [ Tests] ( #tests )
1717- [ Manejador de excepciones] ( #manejador-de-excepciones )
18+ - [ Tareas pendientes] ( #-tareas-pendientes )
1819- [ Contribuir] ( #contribuir )
1920- [ Repositorio] ( #repositorio )
2021- [ Licencia] ( #licencia )
@@ -95,7 +96,14 @@ Para ejecutar las [pruebas](tests/Json/test) simplemente:
9596### Manejador de excepciones
9697
9798Esta biblioteca utiliza [ control de excepciones] ( src/Exception ) que puedes personalizar a tu gusto.
99+
100+ ### ☑ Tareas pendientes
101+
102+ - [x] Completar tests
103+ - [ ] Mejorar la documentación
104+
98105### Contribuir
106+
991071 . Comprobar si hay incidencias abiertas o abrir una nueva para iniciar una discusión en torno a un fallo o función.
1001081 . Bifurca la rama del repositorio en GitHub para iniciar la operación de ajuste.
1011091 . 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 simple library for managing Json files.
1515- [ Usage] ( #usage )
1616- [ Tests] ( #tests )
1717- [ Exception Handler] ( #exception-handler )
18+ - [ TODO] ( #-todo )
1819- [ Contribute] ( #contribute )
1920- [ Repository] ( #repository )
2021- [ License] ( #license )
@@ -92,6 +93,11 @@ To run [tests](tests/Json/test) simply:
9293
9394 $ phpunit
9495
96+ ### ☑ TODO
97+
98+ - [x] Create tests
99+ - [ ] Improve documentation
100+
95101### Exception Handler
96102
97103This library uses [ exception handler] ( src/Exception ) that you can customize.
You can’t perform that action at this time.
0 commit comments