This repository was archived by the owner on Jul 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Biblioteca PHP para hacer peticiones HTTP a través de CURL. Fácil integración
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 )
@@ -101,7 +102,14 @@ Para ejecutar las [pruebas](tests/Curl/Test) simplemente:
101102### Manejador de excepciones
102103
103104Esta biblioteca utiliza [ control de excepciones] ( src/Exception ) que puedes personalizar a tu gusto.
105+
106+ ### ☑ Tareas pendientes
107+
108+ - [x] Completar tests
109+ - [ ] Mejorar la documentación
110+
104111### Contribuir
112+
1051131 . Comprobar si hay incidencias abiertas o abrir una nueva para iniciar una discusión en torno a un fallo o función.
1061141 . Bifurca la rama del repositorio en GitHub para iniciar la operación de ajuste.
1071151 . 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 @@ API Requests using the HTTP protocol through the Curl library.
1515- [ Usage] ( #usage )
1616- [ Tests] ( #tests )
1717- [ Exception Handler] ( #exception-handler )
18+ - [ TODO] ( #-todo )
1819- [ Contribute] ( #contribute )
1920- [ Repository] ( #repository )
2021- [ License] ( #license )
@@ -101,7 +102,14 @@ To run [tests](tests/Curl/Test) simply:
101102### Exception Handler
102103
103104This library uses [ exception handler] ( src/Exception ) that you can customize.
105+
106+ ### ☑ TODO
107+
108+ - [x] Create tests
109+ - [ ] Improve documentation
110+
104111### Contribute
112+
1051131 . Check for open issues or open a new issue to start a discussion around a bug or feature.
1061141 . Fork the repository on GitHub to start making your changes.
1071151 . 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