Browse Source

Minor corrections to the "contributing"

Chris Boesch 1 year ago
parent
commit
08cc60ba59
1 changed files with 3 additions and 4 deletions
  1. 3 4
      CONTRIBUTING.md

+ 3 - 4
CONTRIBUTING.md

@@ -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
-this.
+All exercises should conform to `zig fmt`.
 
 
 
 
 ## 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!