We welcome contributions to London Brutalist Map! This document outlines the process for contributing to our project.
-
Fork the repository on GitHub.
-
Clone your fork locally:
git clone https://github.com/[your-username]/londonbrutalistmap.git
-
Create a new branch for your feature or bug fix:
git checkout -b feature/[your-feature-name]
-
Make your changes in your feature branch.
-
Add and commit your changes:
git add . git commit -m ["Add a descriptive commit message"]
-
Push your changes to your fork on GitHub:
git push origin feature/your-feature-name
- Go to the original repository on GitHub.
- Click on "Pull requests" and then the "New pull request" button.
- Click "compare across forks" and select your fork and branch.
- Click "Create pull request".
- Add a title and description for your pull request, explaining your changes.
- Submit the pull request.
- Maintainers will review your pull request.
- They may request changes or ask questions.
- Make any necessary updates to your branch.
- Once approved, a maintainer will merge your pull request.
Thank you for contributing to London Brutalist Map!