How to contribute to ROS2
Hello I m planning to contribute to ros2, but I m a bit confused, the ros2 contributing guildlines tells us that, we need to build it from source (I have done this), but now how do I do version control from this workspace, the correct way to contribute to any open source is by by forking that repo, then creating branch for each issue, but I m not getting how all this is achievable from ros2 workspace which is built by source.
The workspace doesnt contain .git folder so I need to first do git init