# Contributing

[Parent page: README](../README.md)

## Table of contents

- [Overview](#overview)
- [Local Setup Instructions](#local-setup-instructions)
- [Editing Content](#editing-content)
- [Contribution Workflow](#contribution-workflow)
- [Other helpful docs](#other-helpful-docs)

## Overview

This page is the contributor hub. Start with local setup, then follow editing guidance, and use the contribution workflow to branch, preview, and open a PR.

## Local Setup Instructions

This subpage explains what to install and how to run the site locally with either Bundler or Docker before making changes.

- Link: [Local Setup Instructions](local-setup-instructions.md)

## Editing Content

This subpage explains how to edit site content safely, including homepage sections, pages, navigation, header/footer, social links, and styling entry points.

- Link: [Editing Content](editing-content.md)

## Contribution Workflow

This subpage covers the Git workflow for this repo: create a branch from `main`, make and preview changes locally, commit, push, and open a PR into `main`.

- Link: [Contribution Workflow](contribution-workflow.md)

## Other helpful docs

- [Architecture reference](architecture.md)
- [Troubleshooting](troubleshooting.md)
