Thanks for your interest in contributing! We welcome help in two areas.
Doc improvements are a great way to get started—typos, broken links, clearer explanations, new examples.
- Use Edit this page on any doc (at the bottom of each page on docs.compasscalendar.com)
- Open a PR to this repository (compass-docs)
- Run the doc site locally to verify:
yarnthenyarn start
Doc PRs don't need full Compass app setup. Just ensure the site builds and renders (yarn build).
Full details: How to Contribute - Improve the Docs
For code, features, and bug fixes to the Compass application itself, see the contribute section in our docs. You'll find workflows, coding conventions, and how to find good first issues.