What's better than playing in the AHGL? Making the site better, of course! Volunteers are an integral part of making the AHGL what it is.
- Make sure you have a GitHub account
- Go through the README and get the site up and running.
- Fork the
ahgl-site
repo. - Optionally create a topic branch from where you want to base your work.
- Test your changes with reasonable certainty.
- Syntax notes:
- 4 spaces
- No tabs
- Be consistent with whatever is already there
- Push your changes to a topic branch or master in your fork of the repository.
- Submit a pull request on GitHub describing what you're change does.
- We'll review it and push it live!