mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
Minor corrections to the "contributing"
This commit is contained in:
parent
6b46b26c22
commit
08cc60ba59
1 changed files with 3 additions and 4 deletions
|
@ -54,13 +54,12 @@ Ziglings. Please file an issue...or make a pull request!
|
|||
|
||||
## Formatting
|
||||
|
||||
All exercises should conform to `zig fmt`. I often forget to do
|
||||
this.
|
||||
All exercises should conform to `zig fmt`.
|
||||
|
||||
|
||||
## 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:
|
||||
|
||||
* Fork this repository
|
||||
|
@ -71,7 +70,7 @@ interface. Specifically:
|
|||
`git push origin my-branch`
|
||||
* Create a pull request from your branch to `ziglings/main`
|
||||
* 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
|
||||
eternal Ziglings contributor glory is yours!
|
||||
|
||||
|
|
Loading…
Reference in a new issue