Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

21 lines (12 loc) · 1.33 KB

Contributing Guide

First, thanks for taking the time to contribute! Glad you want to help.

Getting Started With Local Development

  1. Fork this repository, which creates a copy in your GitHub account.
  2. Clone your newly forked repository to your local machine.
  3. View your local website by opening index.html. You can also start a portable webserver using Python (python3 -m http.server).

Code Standards

Nothing super specific, follow what is already out there. Generally we're already using the best practices and accepted coding standards of the different technologies used. Do what you think is best and we'll review and address issues during a pull request.

Submitting Changes

Submit changes via a Pull Request from your forked repository to the develop (or tooling if appropriate) branch on this repository.

Licensing

Any merged code will fall under the project license (GNU General Public License, Version 3) whose full text can be found in the LICENSE file.