From e12ee5cb9e64eaf1dd3381989c02fb807cc06712 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Mon, 25 Aug 2025 21:46:25 +0200 Subject: [PATCH] formating contributing --- CONTRIBUTING.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 891aa45..addc611 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,10 +12,10 @@ the current Zig snapshot, setup a copy of Ziglings, and knows common language building blocks (if/then/else, loops, and functions) is ready for Ziglings. -Ziglings is intended to be completely self-contained. If you -can't solve an exercise from the information you've gleaned so -far from Ziglings, then the exercise probably needs some -additional work. Please file an issue! +Zigling's excercises are self-contained. If you can't solve +an exercise from the information you've gleaned so far from +Ziglings, then the exercise probably needs some additional work. +Please file an issue! If an example doesn't match a description or if something is unclear, please file an issue! @@ -102,15 +102,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 ` - + `./patches/gollum `
For example: `./patches/gollum 106` This will generate a shiny new patch. Double-check everything by asking the magical Eowyn: -`./patches/eowyn` - +`./patches/eowyn`
If all tests pass: You are done! Don’t forget to commit the patch file. -