Skip to content

Community

import { Card, CardGrid, LinkCard } from ‘@astrojs/starlight/components’;

Magellon is developed openly. There are a few places to plug in depending on what you need.

  • Bug or feature request? Open an issue on GitHub.
  • General question? Post in the discussion group so the answer helps the next person too.
  • Security report? Email the maintainers privately rather than filing a public issue.

Pull requests are welcome — small fixes, documentation tweaks, and new plugins all land through the same flow:

  1. Fork the repo and create a topic branch.
  2. Make your change with tests where applicable.
  3. Open a PR against main describing what changed and why.

For a new plugin, see the Plugins guide — the framework handles discovery, schema exposure, and progress streaming, so most of the work is the science itself.