From 7300e870282e049328100d70034b022b1996bfd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20Marku=C5=A1i=C4=87?= Date: Sun, 31 May 2026 15:08:43 +0200 Subject: [PATCH] fix contributing instructions for patches --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a348ef4..263fdbc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -119,12 +119,12 @@ its patch too. That’s 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 `
- For example: `./patches/gollum 106` + `./patches/gollum.sh `
+ For example: `./patches/gollum.sh 106` This will generate a shiny new patch. Double-check everything by asking the magical Eowyn: -`./patches/eowyn`
+`./patches/eowyn.sh`
If all tests pass: You are done! Don’t forget to commit the patch file.