mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-09-20 22:55:38 +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
|
common language building blocks (if/then/else, loops, and
|
||||||
functions) is ready for Ziglings.
|
functions) is ready for Ziglings.
|
||||||
|
|
||||||
Ziglings is intended to be completely self-contained. If you
|
Zigling's excercises are self-contained. If you can't solve
|
||||||
can't solve an exercise from the information you've gleaned so
|
an exercise from the information you've gleaned so far from
|
||||||
far from Ziglings, then the exercise probably needs some
|
Ziglings, then the exercise probably needs some additional work.
|
||||||
additional work. Please file an issue!
|
Please file an issue!
|
||||||
|
|
||||||
If an example doesn't match a description or if something is
|
If an example doesn't match a description or if something is
|
||||||
unclear, please file an issue!
|
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/`
|
1. In the project root, create a folder called `answers/`
|
||||||
2. Put your solved version of the exercise file in there
|
2. Put your solved version of the exercise file in there
|
||||||
3. Back in the root, run:
|
3. Back in the root, run:
|
||||||
`./patches/gollum <exercise-number>`
|
`./patches/gollum <exercise-number>`<br>
|
||||||
|
|
||||||
For example: `./patches/gollum 106`
|
For example: `./patches/gollum 106`
|
||||||
This will generate a shiny new patch.
|
This will generate a shiny new patch.
|
||||||
|
|
||||||
Double-check everything by asking the magical Eowyn:
|
Double-check everything by asking the magical Eowyn:
|
||||||
`./patches/eowyn`
|
`./patches/eowyn`<br>
|
||||||
|
|
||||||
If all tests pass: You are done!
|
If all tests pass: You are done!
|
||||||
|
|
||||||
Don’t forget to commit the patch file.
|
Don’t forget to commit the patch file.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user