Minor corrections to the "contributing"

This commit is contained in:
Chris Boesch 2024-03-12 20:59:29 +01:00
parent 6b46b26c22
commit 08cc60ba59

View file

@ -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!