For AI agents: the complete documentation index is available at /examples/kitchen-sink/llms.txt, the full documentation bundle is available at /examples/kitchen-sink/llms-full.txt, and this page is available as Markdown at /examples/kitchen-sink/contributing.md.

Contributing

Thank you for your interest in contributing to the Acme Platform.

Getting started

  1. Fork the repository
  2. Clone your fork and install dependencies
  3. Create a feature branch from main
  4. Make your changes
  5. Submit a pull request

Development setup

git clone https://github.com/your-fork/platform.git
cd platform
pnpm install
pnpm dev

What to contribute

  • Bug fixes — check the issue tracker for open bugs
  • Documentation — improvements to docs are always welcome
  • Features — discuss in an issue before starting work

Code of conduct

Be respectful, constructive, and inclusive. We follow the Contributor Covenant.