diff options
| author | Luka Markušić <markusicluka@gmail.com> | 2026-05-31 15:08:43 +0200 |
|---|---|---|
| committer | Luka Markušić <markusicluka@gmail.com> | 2026-05-31 19:10:30 +0200 |
| commit | 7300e870282e049328100d70034b022b1996bfd1 (patch) | |
| tree | 90998373f3cafc7b6cf8e39ceb7fd5a4428159bf /CONTRIBUTING.md | |
| parent | 1c3238d6197bac9722a2858cfb59716e9c09628b (diff) | |
fix contributing instructions for patches
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 6 |
1 files 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 <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! Don’t forget to commit the patch file. |
