Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

why-social/car-steer

Repository files navigation

2025-group-18

Usage

Clone the repository

  1. Clone the repository with the following command:

    git clone git@git.chalmers.se:courses/dit638/students/2025-group-18.git
    
  2. Change the current directory to the cloned repository:

    cd 2025-group-18
    

Now you can access files inside the repository

Building and running

Refer to the README.md files in each of the root sub-directories.

Contributing

Workflow

  1. Discuss the discovered bug or a pending addition during a team meeting, if input from multiple team members is needed.
  2. Creates an issue in GitLab corresponding to a task, with a brief summary of the issue in the title and detailed description if needed
  3. Assign self or get assigned to a task
  4. Create a branch starting with the issue number, in kebab-case, e.g. 42-fix-all-the-bugs
  5. Commit the changes to the branch following the Commit Message Template below
  6. Push the changes and open a merge request when the issue is done

Commit Message Template

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.

Team members and acknowledgment

  • Maksims Orlovs (@orlovs)
  • Pavlo Ovchynnykov (@pavloo)
  • Aliaksei Khval (@aliaksei)
  • Razvan Albu (@razvana)
  • Jackson Niyomygabo (@jacniy)

License

The project is licensed under the MIT License. Refer to the LICENSE file for more information.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors