mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-09-20 14:45:36 +00:00
Merge pull request 'formating contributing' (#301) from contributing into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/301
This commit is contained in:
commit
a4c1774847
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user