# Contributing To BetterBugs

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