Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 958 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (22 loc) · 958 Bytes

Contributing to GOMap!®

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.

  1. Fork this repository

  2. (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
  3. Create a new branch from the latest develop

  4. Start adding your changes on the new branch

  5. Commit and push to the new branch

  6. Make a pull request to this repo.