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