GOMap! welcomes contributions and corrections. Before contributing, please make sure you have read the guidelines below. If you decide to contribute anything, please follow the steps below. If you're new to git and/or GitHub, we suggest you go through the GitHub Guides.
-
Fork this repository
-
(Optional) Clone the fork
-
Using SSH
git clone --filter=tree:0 [email protected]:Arquisoft/lomap_es3a.git
-
Using HTTPS
git clone --filter=tree:0 https://github.com/Arquisoft/lomap_es3a.git
-
Using GitHub CLI
gh repo clone Arquisoft/lomap_es3a -- --filter=tree:0
-
-
Create a new branch from the latest
develop
-
Start adding your changes on the new branch
-
Commit and push to the new branch
-
Make a pull request to this repo.