-
Clone the repository with the following command:
git clone git@git.chalmers.se:courses/dit638/students/2025-group-18.git -
Change the current directory to the cloned repository:
cd 2025-group-18
Now you can access files inside the repository
Refer to the README.md files in each of the root sub-directories.
- Discuss the discovered bug or a pending addition during a team meeting, if input from multiple team members is needed.
- Creates an issue in GitLab corresponding to a task, with a brief summary of the issue in the title and detailed description if needed
- Assign self or get assigned to a task
- Create a branch starting with the issue number, in kebab-case, e.g.
42-fix-all-the-bugs - Commit the changes to the branch following the Commit Message Template below
- Push the changes and open a merge request when the issue is done
All commits shall follow the following template:
<type>(<scope>): <summary> (#<issue_number>)
<description>
Co-authored-by: <name> <email>
Explanation:
-
<type>: The type of change (e.g., feat, fix, docs, refactor, etc.). -
<scope>: (OPTIONAL) The area of the codebase affected (e.g., parser, auth, ui). -
<summary>: A concise description of the change in present tense. -
(#<issue_number>): The issue or pull request number related to this change. -
<description>: (OPTIONAL) A more detailed explanation of what was changed and why. -
Co-authored-by: (IF APPLICABLE) If multiple contributors worked on the change.
- Maksims Orlovs (@orlovs)
- Pavlo Ovchynnykov (@pavloo)
- Aliaksei Khval (@aliaksei)
- Razvan Albu (@razvana)
- Jackson Niyomygabo (@jacniy)
The project is licensed under the MIT License. Refer to the LICENSE file for more information.