Skip to content

Commit 0726a13

Browse files
authored
Reviewing exercise: Fix step numbers in list
1 parent 756d071 commit 0726a13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

04_documentation/reviewing_exercise.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ Now that we have set some guidelines, let's see the strengths in action:
3434

3535
1. Login to the [Responsible AI](https://rai.uni-stuttgart.de) provided by the University of Stuttgart.
3636
- Due to a bug (as of December 2025), start by saying "Hi" before proceeding with actual prompts. Apparently, bots also have psychological needs. :)
37-
3. In your own words, ask the tool to generate code for solving a heat equation, in a programming language you understand (e.g., Python).
37+
2. In your own words, ask the tool to generate code for solving a heat equation, in a programming language you understand (e.g., Python).
3838
Ask it to take parameters from a configuration file and write results to an output file.
3939
Ask for some documentation, tests, or anything else you would like to see in such a code.
40-
4. Create a repository on GitHub (under your namespace) and initialize it with a `README.md` file.
41-
5. Add the files that RAI created to the repository, in a branch called `feature`. In your commit message, clearly disclose the tool. For example:
40+
3. Create a repository on GitHub (under your namespace) and initialize it with a `README.md` file.
41+
4. Add the files that RAI created to the repository, in a branch called `feature`. In your commit message, clearly disclose the tool. For example:
4242

4343
```text
4444
I acknowledge the use of RAI (https://rai.uni-stuttgart.de/) to implement the entirety of this code.
@@ -50,7 +50,7 @@ Now that we have set some guidelines, let's see the strengths in action:
5050

5151
The more details you add, the better.
5252

53-
6. Open a merge request from the branch `feature` to the `main` branch.
53+
5. Open a merge request from the branch `feature` to the `main` branch.
5454

5555
## Review the code
5656

0 commit comments

Comments
 (0)