diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000000000000000000000000000000000..42d022e25c0a8bd025ec02ede33dc77b901ae9d0 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +# Code Guidelines + +Use Feature branches and branches for anything you wish to contribute Adam will maintain the main branch. + +Extra comments and verbose code is good ! +If you optimise code spell out the detail in comments feel free to leave the long hand in comments. Make the code as human readable as possible. diff --git a/README.md b/README.md index 0dff945be741e3a5b534779b2b89831f81e0364a..e3acaa90991624288a26510845edcc013c74234f 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,8 @@ An exercise to learn play date development by attempting to recreate the a Thrust type game on the play date. -https://en.m.wikipedia.org/wiki/Thrust_(video_game) \ No newline at end of file +https://en.m.wikipedia.org/wiki/Thrust_(video_game) # + +# Repo + +The original location is on https://gitlab.adamprocter.co.uk and mirrored to git.soton.ac.uk. Soton gitlab install is more up to date, more stable and produces daily backups, my own gitlab is less robust and harder for me to always maintain. So this mirroring acts as an extra back up for my projects.