Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.25 KB

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 1.25 KB

Contributor Guide

Please make sure that you are following the GitHub Community Guidelines.

The easiest ways to contribute are to: create a new issue or participate in discussions.

If you would like to contribute code, please try to do the following:

  1. Fork the project
  2. Create a new branch to solve a particular issue (or multiple issues if they are small or closely related).
  3. When you are ready to submit the code, make a pull request to the main branch.
  4. Try to reference issues so they can be automatically closed when the changes merged into the main branch.
  5. Make your pull request a draft if you think that there's needs to be regular feedback on the code as it's being developed.

To deploy the website, push to the deploy branch (preferrably from the main branch).

Table of Contents

  1. Overview
  2. Structure
  3. Pages
  4. Styling
  5. Potential Issues