> For the complete documentation index, see [llms.txt](https://docs.betterbugs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betterbugs.io/contributing-to-betterbugs.md).

# Contributing To BetterBugs

- [Summary](https://docs.betterbugs.io/contributing-to-betterbugs/summary.md): Be a part of BetterBugs today!
- [Design of our code](https://docs.betterbugs.io/contributing-to-betterbugs/design-of-our-code.md): Get to know the core building blocks of our codebase
- [Organization of code](https://docs.betterbugs.io/contributing-to-betterbugs/design-of-our-code/organization-of-code.md): How the repository is structured and where things live.
- [Routing and Navigation](https://docs.betterbugs.io/contributing-to-betterbugs/design-of-our-code/routing-and-navigation.md): How users move through the application
- [Page Shared UI and Layout System](https://docs.betterbugs.io/contributing-to-betterbugs/design-of-our-code/page-shared-ui-and-layout-system.md): How layouts work
- [State, Utilities, and Constants](https://docs.betterbugs.io/contributing-to-betterbugs/design-of-our-code/state-utilities-and-constants.md): Where shared logic lives
- [Styling and Theming](https://docs.betterbugs.io/contributing-to-betterbugs/design-of-our-code/styling-and-theming.md): How styles works in our code
- [PWA and Offline Behavior](https://docs.betterbugs.io/contributing-to-betterbugs/design-of-our-code/pwa-and-offline-behavior.md): What makes this a PWA
- [Feature and Module Structure Tour](https://docs.betterbugs.io/contributing-to-betterbugs/design-of-our-code/feature-and-module-structure-tour.md): Understanding a feature (tool) in this repo  How features are built and how new ones should fit in
- [Prerequisites](https://docs.betterbugs.io/contributing-to-betterbugs/prerequisites.md): Before You Start: Here's What You Need
- [How to Contribute](https://docs.betterbugs.io/contributing-to-betterbugs/how-to-contribute.md): we use a fork-based contribution workflow.
