- Code Reviews. Must be signed off by one of the developers.
- Commit small peices of work. so commit often. Once you've finished your changes then push to the remote repo.
- General commit title rules i go with is "ADDED: *Insert Feature name*", "UPDATED: *Insert Feature name*", "Modified: *Insert thing modified*" and "REMOVED: *Insert Feature name*".
- Please use tabs and not spaces if possible
- Please use CamelCase e.g "thisIsAVariable". not like this "this_is_a_variable".
- Please re-use code as much as possible
- Please use a few public varaibles as possible
- please commend code that could be confusing
- The master branch is used for the most stable and latest release.
- The develop branch is used for all things testings and developing. Once a specific commit is stable enough it can be moved into the master branched, or tagged to be pulled into the master branch as release ready.
The original assets used for devlopment and be found in the Original Assets.zip file on this repo
Documentation: https://drive.google.com/open?id=14gcrLJ78iY1FDQWzYLLECBEBSHNTIQuh