Mapapi

Contributing to Mapapi

Thank you for considering contributing to Mapapi! We welcome contributions from the community to help improve the project. Please take a moment to review this guide to ensure your contributions are aligned with our project goals.

Getting Started

  1. Fork the Repository: Start by forking the repository to your GitHub account.
  2. Clone the Repository: Clone your forked repository to your local machine.
     git clone https://github.com/your-username/Mapapi.git
    
  3. Set Up the Development Environment: Follow the instructions in the installation.md to set up your development environment.

Coding Standards

Submitting Issues

Making Pull Requests

  1. Create a Branch: Create a new branch for your feature or bug fix.
     git checkout -b feature/your-feature-name
    
  2. Make Changes: Implement your changes and commit them to your branch.
  3. Push Changes: Push your changes to your forked repository.
     git push origin feature/your-feature-name
    
  4. Submit a Pull Request: Open a pull request to the main repository. Provide a clear description of your changes and reference any related issues.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.

Thank you for your contributions!