diff --git a/README-ES.md b/README-ES.md index ae4d9ed..e65a697 100644 --- a/README-ES.md +++ b/README-ES.md @@ -15,6 +15,7 @@ Biblioteca PHP para hacer peticiones HTTP a través de CURL. Fácil integración - [Uso](#uso) - [Tests](#tests) - [Manejador de excepciones](#manejador-de-excepciones) +- [Tareas pendientes](#-tareas-pendientes) - [Contribuir](#contribuir) - [Repositorio](#repositorio) - [Licencia](#licencia) @@ -101,7 +102,14 @@ Para ejecutar las [pruebas](tests/Curl/Test) simplemente: ### Manejador de excepciones Esta biblioteca utiliza [control de excepciones](src/Exception) que puedes personalizar a tu gusto. + +### ☑ Tareas pendientes + +- [x] Completar tests +- [ ] Mejorar la documentación + ### Contribuir + 1. Comprobar si hay incidencias abiertas o abrir una nueva para iniciar una discusión en torno a un fallo o función. 1. Bifurca la rama del repositorio en GitHub para iniciar la operación de ajuste. 1. Escribe una o más pruebas para la nueva característica o expón el error. diff --git a/README.md b/README.md index 533b528..9a02511 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ API Requests using the HTTP protocol through the Curl library. - [Usage](#usage) - [Tests](#tests) - [Exception Handler](#exception-handler) +- [TODO](#-todo) - [Contribute](#contribute) - [Repository](#repository) - [License](#license) @@ -101,7 +102,14 @@ To run [tests](tests/Curl/Test) simply: ### Exception Handler This library uses [exception handler](src/Exception) that you can customize. + +### ☑ TODO + +- [x] Create tests +- [ ] Improve documentation + ### Contribute + 1. Check for open issues or open a new issue to start a discussion around a bug or feature. 1. Fork the repository on GitHub to start making your changes. 1. Write one or more tests for the new feature or that expose the bug.