Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 886 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (20 loc) · 886 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

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!