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.