-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Final update of new project for UX curricula. #1342
Final update of new project for UX curricula. #1342
Conversation
All information is complete now, please review to release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
La única razón por la cual no pasan los test, es porque , en primer lugar, ahora (de hace poco, de la v6.0.0 en adelante) en el archivo project.yml
se le agrega en la primera línea el track al que pertenece el proyecto, en este caso el cambio que propongo es agregar track: ux
al comienzo de cada uno de ellos; y en segundo lugar, es porque el directorio 02-UXploradora
debería estar todo en minúsculas, con esos cambios ya debería pasar los tests!
projects/00-how-might-we/project.yml
Outdated
@@ -0,0 +1,14 @@ | |||
learningObjectives: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
learningObjectives: | |
track: ux | |
learningObjectives: |
projects/02-UXploradora/project.yml
Outdated
@@ -0,0 +1,40 @@ | |||
learningObjectives: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
learningObjectives: | |
track: ux | |
learningObjectives: |
feat(curricula-ux): Nuevo proyecto UX 02-uxploradora
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ⭐
No description provided.