diff --git a/Submission.md b/Submission.md index b079d2963508b08cbc0fa03fe82a56c325b3c73b..2cb0e0b57b2c52c60987bc39b1f210a3c735bccc 100644 --- a/Submission.md +++ b/Submission.md @@ -100,6 +100,9 @@ Each member would come with ideas at the start, so we could find out what we eac Each week a meeting was held for discussion what had been done and what should be done in the future of the project. In each meeting a TODO list was made, if we used to issue board it would have been a better solution to know new work that needed to be done. It was a solution that work for the group. ### Use of Version Controll +For version control Gitlab was used. When a new feature was implemented, a commit would be made with a comment about what would was changed or added. When a bug occurred the person that found it would try to fix it before going to the group to discuss a possible solution. + +Each member was working on their own branch to develop new features before either pushing it and then merging it into the main branch. Normally was to develop one feature before merge and not many before a merge request was made.