Skip to content

Contributing

Repository: github.com/suhailthakrani/stackchain

  1. Fork and clone
  2. Create a feature branch
  3. Add tests for parser / generators / merge behavior
  4. Run analyzer and package tests
  5. Open a PR with a clear problem statement

This site lives in stackchain-docs (Astro + Starlight).

Terminal window
npm install
npm run dev
npm run build
  • Match real CLI behavior — verify against source when unsure
  • Prefer tables for options; include examples on every page
  • Use Aside tip/caution for footguns (overwrite, markers, migrate)
  • Keep tone like official Flutter docs — no filler
  1. Add Markdown/MDX under src/content/docs/…
  2. Register it in astro.config.mjs sidebar
  3. Include title + description frontmatter (SEO)

Be respectful. Assume good intent. Prefer actionable review comments.