GitHub and GitLab fork links

This commit is contained in:
Michael Miller 2021-09-16 09:13:29 -06:00
parent e0e442d394
commit 9ff6a52cee
No known key found for this signature in database
GPG Key ID: FB9F12F7C646A4AD
1 changed files with 2 additions and 2 deletions

View File

@ -371,11 +371,11 @@ Each group class includes all test values and hooks.
Contributing
------------
1. Fork it (<https://gitlab.com/arctic-fox/spectator/fork/new>)
1. Fork it (GitHub <https://github.com/icy-arctic-fox/spectator/fork> or GitLab <https://gitlab.com/arctic-fox/spectator/fork/new>)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Merge Request
5. Create a new Pull/Merge Request
Please make sure to run `crystal tool format` before submitting.
The CI build checks for properly formatted code.