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 @@ Lista de 217 códigos de idioma: ISO 639-1.
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 )
@@ -113,7 +114,13 @@ Para ejecutar las [pruebas](tests/LanguageCode/test) simplemente:
113
114
114
115
$ phpunit
115
116
117
+ ### ☑ Tareas pendientes
118
+
119
+ - [x] Completar tests
120
+ - [ ] Mejorar la documentación
121
+
116
122
### Contribuir
123
+
117
124
1 . Comprobar si hay incidencias abiertas o abrir una nueva para iniciar una discusión en torno a un fallo o función.
118
125
1 . Bifurca la rama del repositorio en GitHub para iniciar la operación de ajuste.
119
126
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 @@ List of 217 language codes: ISO 639-1.
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 )
@@ -113,7 +114,13 @@ To run [tests](tests/LanguageCode/test) simply:
113
114
114
115
$ phpunit
115
116
117
+ ### ☑ TODO
118
+
119
+ - [x] Create tests
120
+ - [ ] Improve documentation
121
+
116
122
### Contribute
123
+
117
124
1 . Check for open issues or open a new issue to start a discussion around a bug or feature.
118
125
1 . Fork the repository on GitHub to start making your changes.
119
126
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