matrixgame
Is a platform that allows sport teams to learn new moves easily, and improve the collaboration.
Contribution
To contribute to this project:
- install git.
- git clone the project.
- open the project in your local ide.
How to do an issue in the project
- Checkout "main" branch and "git pull", to be on the latest "main" branch version.
- Checkout new branch, with a good descriptive name that explain the issue, for example:
"git checkout -b new-branch-with-a-good-name"
- Do your changes in the local machine.
- Commit your changes to the local branch.
- push your branch to the remote server (github).
- From github, open a new PR asking to merge your branch to the "main" branch.