Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 801 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 801 Bytes

How to Contribute

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.

Getting Started

  • Make sure you have a GitHub account
  • Go through the README and get the site up and running.

Making Changes

  • 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

Submitting Changes

  • 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!