fix contributing instructions for patches

This commit is contained in:
Luka Markušić
2026-05-31 15:08:43 +02:00
parent 1c3238d619
commit 7300e87028

View File

@@ -119,12 +119,12 @@ its patch too. Thats where our little helper Gollum comes in:
1. In the project root, create a folder called `answers/`
2. Put your solved version of the exercise file in there
3. Back in the root, run:
`./patches/gollum <exercise-number>`<br>
For example: `./patches/gollum 106`
`./patches/gollum.sh <exercise-number>`<br>
For example: `./patches/gollum.sh 106`
This will generate a shiny new patch.
Double-check everything by asking the magical Eowyn:
`./patches/eowyn`<br>
`./patches/eowyn.sh`<br>
If all tests pass: You are done!
Dont forget to commit the patch file.