Commit 86c27443 authored by adam.fisher1's avatar adam.fisher1

Update README.md

parent ff3f8e48
......@@ -110,10 +110,3 @@ While most of the tools used are common in web development, the following tools
7. Software Licenses
The project is licensed under the MIT License. This allows anyone to freely use, modify, and distribute the codebase, with the condition that the original license and copyright notice are included in all copies or substantial portions of the software.
8. Version Control and Git Setup
The project uses Git for version control. The primary setup involves the following:
* GitLab is used as the remote repository to manage the project and enable collaboration.
* Branches: Feature development is done on separate branches. The main development branch is main, with feature branches named according to the issue they are addressing (e.g., feature/user-authentication).
* Pull Requests (Merge Requests): Code changes are proposed via merge requests, and reviewed by peers before being merged into the main branch.
* Git Submodules: If applicable, the project may use Git submodules to include other repositories (e.g., third-party libraries or shared components).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment