diff --git a/config.yml b/config.yml index f47c385..d9aef7c 100644 --- a/config.yml +++ b/config.yml @@ -23,9 +23,6 @@ steps: issue: 1 data: nextIssue: '2' - nextName: >- - On this step, we have tests that check if some JSONC files were - correctly made - body: writing-jsonc.md title: >- On this step, we have tests that check if some JSONC files were @@ -47,9 +44,6 @@ steps: issue: 2 data: nextIssue: '3' - nextName: >- - Here, we will get some CSS files and parse them, checking if the - correct classes were declared - body: writing-css.md title: >- Here, we will get some CSS files and parse them, checking if the @@ -71,14 +65,11 @@ steps: issue: 3 data: nextIssue: '4' - nextName: Here you can set another title for this course - body: wrapping-up.md - title: Here you can set another title for this course + title: Here you can set another title for this step type: createIssue - - title: Here you can set another title for this course - description: >- - I don't know yet if this is mandatory. If so, I think we have to have - objects for defining every step + - title: Here you can set another title for this step + description: Every description is required for each step event: status link: '{{ repoUrl }}/issues/4' actions: diff --git a/responses/new-issue.md b/responses/new-issue.md index 7325a8e..10645bf 100644 --- a/responses/new-issue.md +++ b/responses/new-issue.md @@ -1,4 +1,3 @@ -# Você terminou este passo com sucesso! +# You have successfully completed this step! -## Vá para o próximo passo: -[{{ nextName }}]({{ nextIssue }}) \ No newline at end of file +## Go to the [next step]({{ nextIssue }})! \ No newline at end of file diff --git a/responses/pt/hello-world.md b/responses/pt/hello-world.md new file mode 100644 index 0000000..40673eb --- /dev/null +++ b/responses/pt/hello-world.md @@ -0,0 +1,3 @@ +# Olá, Mundo + +Aprenda algo hoje! diff --git a/responses/pt/new-issue.md b/responses/pt/new-issue.md new file mode 100644 index 0000000..7325a8e --- /dev/null +++ b/responses/pt/new-issue.md @@ -0,0 +1,4 @@ +# Você terminou este passo com sucesso! + +## Vá para o próximo passo: +[{{ nextName }}]({{ nextIssue }}) \ No newline at end of file diff --git a/responses/pt/wrapping-up.md b/responses/pt/wrapping-up.md new file mode 100644 index 0000000..5051e69 --- /dev/null +++ b/responses/pt/wrapping-up.md @@ -0,0 +1,3 @@ +# Finalizando + +Este é o último step do curso diff --git a/responses/pt/writing-css.md b/responses/pt/writing-css.md new file mode 100644 index 0000000..bf48e45 --- /dev/null +++ b/responses/pt/writing-css.md @@ -0,0 +1,3 @@ +# Now let's see if you grasped everything + +In this step, you need to do some tests to pass. **But you have to indicate this** in the `config.json` (probably. It may change) diff --git a/responses/pt/writing-jsonc.md b/responses/pt/writing-jsonc.md new file mode 100644 index 0000000..bf48e45 --- /dev/null +++ b/responses/pt/writing-jsonc.md @@ -0,0 +1,3 @@ +# Now let's see if you grasped everything + +In this step, you need to do some tests to pass. **But you have to indicate this** in the `config.json` (probably. It may change)