From 2d9c1300618bbc2a42f66f7f117acd037632505d Mon Sep 17 00:00:00 2001 From: Adam Procter <adamprocter@researchnot.es> Date: Tue, 3 Jan 2023 18:55:49 +0000 Subject: [PATCH] updated read me and contributing file(a little) --- CONTRIBUTING.md | 6 ++++++ README.md | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..42d022e --- /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 0dff945..e3acaa9 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. -- GitLab