/leaseholdmortgages

Repo for managing content for the website www.leasholdmortgages.info .

MIT LicenseMIT

Leasehold Mortgages Website

This website is aimed at providing help, guidance, and case-studies for people who are trying to sell or renew a mortgage on a property which has building safety issues i.e. Does not have a 'passing' EWS1 form.

Contributing

We welcome contributions to this website to help improve the content and make it more useful for visitors. If you would like to contribute, please follow the steps below:

1. Fork the Repository

The first step is to fork the repository to your own GitHub account. You can do this by clicking the "Fork" button at the top of the Leasehold Mortgages repository page.

2. Clone the Forked Repository

Next, you'll need to clone the forked repository to your local machine. You can do this by running the following command in your terminal:

git clone https://github.com/your-username/leasehold-mortgages.git

Replace your-username with your own GitHub username.

3. Create a New Branch

Once the repository is cloned, create a new branch to make your changes on. You can do this by running the following command in your terminal:

git checkout -b your-branch-name

Replace your-branch-name with a descriptive name for your branch.

4. Make Your Changes

Make the necessary changes to the index.md file or any other files as needed. Be sure to follow any existing formatting and style guidelines.

5. Commit Your Changes

Once you've made your changes, commit them to your branch using the following commands in your terminal:

git add .
git commit -m "Your commit message here"

Replace "Your commit message here" with a short, descriptive message summarizing the changes you made.

6. Push Your Changes

Push your changes to your forked repository using the following command:

git push origin your-branch-name

Replace your-branch-name with the name of the branch you created earlier.

7. Submit a Pull Request

Finally, navigate to the Leasehold Mortgages repository page in your web browser and click the "New pull request" button. Follow the prompts to submit a pull request from your forked repository to the original repository.

That's it! Once your pull request is submitted, it will be reviewed by the repository owner and merged if approved. Thank you for contributing to the Leasehold Mortgages website.