mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
Merge pull request 'Minor corrections to the "contributing"' (#56) from contrib into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/56
This commit is contained in:
commit
e3877321b6
1 changed files with 3 additions and 4 deletions
|
@ -54,13 +54,12 @@ Ziglings. Please file an issue...or make a pull request!
|
||||||
|
|
||||||
## Formatting
|
## Formatting
|
||||||
|
|
||||||
All exercises should conform to `zig fmt`. I often forget to do
|
All exercises should conform to `zig fmt`.
|
||||||
this.
|
|
||||||
|
|
||||||
|
|
||||||
## Pull Request Workflow
|
## Pull Request Workflow
|
||||||
|
|
||||||
Ziglings uses the "standard" Github workflow as guided by the Web
|
Ziglings uses the "standard" Codeberg workflow as guided by the Web
|
||||||
interface. Specifically:
|
interface. Specifically:
|
||||||
|
|
||||||
* Fork this repository
|
* Fork this repository
|
||||||
|
@ -71,7 +70,7 @@ interface. Specifically:
|
||||||
`git push origin my-branch`
|
`git push origin my-branch`
|
||||||
* Create a pull request from your branch to `ziglings/main`
|
* Create a pull request from your branch to `ziglings/main`
|
||||||
* Your faithful Ziglings maintainers will take a look at your
|
* Your faithful Ziglings maintainers will take a look at your
|
||||||
request ASAP (we don't talk about May-July 2022, LOL)
|
request ASAP (we don't talk about May-July, LOL)
|
||||||
* Once the changes are reviewed, your request will be merged and
|
* Once the changes are reviewed, your request will be merged and
|
||||||
eternal Ziglings contributor glory is yours!
|
eternal Ziglings contributor glory is yours!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue