If there's a meetup you think should be there, and you'd like to add it via GitHub, you can follow these steps to fork the repository, make a change and make a pull request:
- Click 'fork' at the top of this repository
- Clone down your fork using
git clone https://github.com/YOUR-USERNAME/londontechmeetups.github.io.git
- Create a new branch with the name of the meetup you're adding
- Make your change (the list is in index.html and ordered by alphabet, please include the link and description text)
- Update the 'It was most recently updated in ...' text in index.html to the month and year of your update
- Push your new branch and changes up to your fork of the repository
- Go to your branch in your repository on GitHub, and click the green 'New pull request' button on the left (making sure the base fork is set to londontechmeetups/londontechmeetups.github.io)