Skip to content

Commit b443015

Browse files
changed some steps
1 parent c730fd7 commit b443015

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

tutorial-compiler/files/createPullRequest2.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
You might have to click on 'compare across forks'.
21

32
Select
43

54
* base repository: devonfw-tutorials
65
* base: main
76
* head repository: [your username]/tutorials
8-
* compare: '[your branch name]'
7+
* compare: [your branch name]
98

109
and finally create the pull request by clicking on 'Create pull request'.
1110

tutorial-compiler/index.asciidoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ createFile("tutorials/myTutorial/index.asciidoc")
5757

5858
[step]
5959
--
60-
nextKatacodaStep("Create a pull request", [{ "file": "files/createPullRequest1.md" }, {"image": "images/pull_request.jpg"},{"image": "images/compare.jpg"}, { "file": "files/createPullRequest2.md" }])
60+
nextKatacodaStep("Create a pull request", [{ "file": "files/createPullRequest1.md" }, {"image": "images/pull_request.jpg"}, {"content": "You might have to click on 'compare across forks'."}, {"image": "images/compare.jpg"}, { "file": "files/createPullRequest2.md" }])
6161
--
6262

6363
The syntax in which the tutorial is written can be found at https://github.com/devonfw-tutorials/tutorials/wiki/Development.
@@ -76,7 +76,13 @@ The next step is to add some description lines below the title. The description
7676
changeFile("tutorials/myTutorial/index.asciidoc", {"file": "files/description.txt", "placeholder": "= Title of my new tutorial" })
7777
--
7878

79-
Last but not least add a step. A step consists of an explanation, a function to execute and an optional explanation of the result of the step. You can find a list with the currently available function on https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions.
79+
Last but not least add a step.
80+
81+
Each step consists of
82+
83+
* an explanation
84+
* a function to execute (You can find a list with the currently available functions on https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Functions)
85+
* and an optional explanation of the results of the step.
8086
8187
In this tutorial we will add a simple step which creates a new file.
8288
[step]

0 commit comments

Comments
 (0)