For this task you will contribute to the BrickMMO Smart City project.

Choose a project from the BrickMMO Project List and complete one or more isssues.
To complete this task, follow these steps:
Work in groups of two to three. Take turns being the primary codder.
Choose a project from the BrickMMO Project List.
Choose an issue that is currently labellled as ToDo. Mark it as In Propgress. Clone the associated repo.
![NOTE] If you are not yet a member of the BrickMMO organization, ask your instructor to add you.
Clilck the Assign Yourself link.
Clck the Create a Branch link. The default branch name is fine:
Use the provided code to create and checout a new banch.
git fetch origin
git checkout 1-branch-name
If running the above code causes an error, we need to add one more line to create the branch before we check it out:
git fetch origin
git branch 1-branch-name
git checkout 1-branch-name
Use VSCode to make the required changes.
Commit your changes and push using the branch name:
git add .
git commit -am "Meaningful description"
git push origin 1-branch-name
Create a Pull Request.
Your istructor will merge.
After you have completed at least one issue, submit a link to the Pull Request in the Collaborative Coding assignment in Blackboard.