Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

44 lines (28 loc) · 1.26 KB

Contributing to London Brutalist Map

We welcome contributions to London Brutalist Map! This document outlines the process for contributing to our project.

Getting Started

  1. Fork the repository on GitHub.

  2. Clone your fork locally:

    git clone https://github.com/[your-username]/londonbrutalistmap.git

  3. Create a new branch for your feature or bug fix:

    git checkout -b feature/[your-feature-name]

Making Changes

  1. Make your changes in your feature branch.

  2. Add and commit your changes:

    git add . git commit -m ["Add a descriptive commit message"]

  3. Push your changes to your fork on GitHub:

    git push origin feature/your-feature-name

Submitting a Pull Request

  1. Go to the original repository on GitHub.
  2. Click on "Pull requests" and then the "New pull request" button.
  3. Click "compare across forks" and select your fork and branch.
  4. Click "Create pull request".
  5. Add a title and description for your pull request, explaining your changes.
  6. Submit the pull request.

Code Review Process

  1. Maintainers will review your pull request.
  2. They may request changes or ask questions.
  3. Make any necessary updates to your branch.
  4. Once approved, a maintainer will merge your pull request.

Thank you for contributing to London Brutalist Map!