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 @@ -14,6 +14,7 @@ Biblioteca PHP para obtener significado de códigos de estado de respuesta HTTP.
1414- [ Métodos disponibles] ( #métodos-disponibles )
1515- [ Uso] ( #uso )
1616- [ Tests] ( #tests )
17+ - [ Tareas pendientes] ( #-tareas-pendientes )
1718- [ Contribuir] ( #contribuir )
1819- [ Repositorio] ( #repositorio )
1920- [ Licencia] ( #licencia )
@@ -136,7 +137,13 @@ Para ejecutar las [pruebas](tests/HTTPStatusCode/test) simplemente:
136137
137138 $ phpunit
138139
140+ ### ☑ Tareas pendientes
141+
142+ - [x] Completar tests
143+ - [ ] Mejorar la documentación
144+
139145### Contribuir
146+
1401471 . Comprobar si hay incidencias abiertas o abrir una nueva para iniciar una discusión en torno a un fallo o función.
1411481 . Bifurca la rama del repositorio en GitHub para iniciar la operación de ajuste.
1421491 . 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 @@ -14,6 +14,7 @@ PHP library to get the meaning from HTTP response status codes.
1414- [ Available Methods] ( #available-methods )
1515- [ Usage] ( #usage )
1616- [ Tests] ( #tests )
17+ - [ TODO] ( #-todo )
1718- [ Contribute] ( #contribute )
1819- [ Repository] ( #repository )
1920- [ License] ( #license )
@@ -135,7 +136,13 @@ To run [tests](tests/HTTPStatusCode/test) simply:
135136
136137 $ phpunit
137138
139+ ### ☑ TODO
140+
141+ - [x] Create tests
142+ - [ ] Improve documentation
143+
138144### Contribute
145+
1391461 . Check for open issues or open a new issue to start a discussion around a bug or feature.
1401471 . Fork the repository on GitHub to start making your changes.
1411481 . 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