diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-08-25 21:46:25 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-08-25 21:46:25 +0200 |
| commit | e12ee5cb9e64eaf1dd3381989c02fb807cc06712 (patch) | |
| tree | 4bdd7df3381e3bbf505e3ff765e9b1735805f0c7 | |
| parent | 0dbe83b20ec71c1be5108a42235220a77f9649a2 (diff) | |
formating contributing
| -rw-r--r-- | CONTRIBUTING.md | 15 |
1 files 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 <exercise-number>` - + `./patches/gollum <exercise-number>`<br> For example: `./patches/gollum 106` This will generate a shiny new patch. Double-check everything by asking the magical Eowyn: -`./patches/eowyn` - +`./patches/eowyn`<br> If all tests pass: You are done! Don’t forget to commit the patch file. - |
