Thanks for contributing to RapidKit.
This repository is the ecosystem hub, not an implementation repo. Please use it for:
- ecosystem architecture updates
- roadmap proposals
- cross-repo governance improvements
- platform positioning and contributor experience improvements
- CLI behavior/issues: rapidkit-npm
- VS Code extension behavior/issues: rapidkit-vscode
- Engine/generation/contracts: rapidkit-core
- Example app quality and scenarios: rapidkit-examples
- Cross-repo architecture or direction: this repository
- CLI: rapidkit-npm contributing guide
- IDE: rapidkit-vscode contributing guide
- Core Engine: rapidkit-core contributing guide
- Examples: rapidkit-examples contributing guide
- Open an issue describing the proposal and affected repos.
- Include impact analysis:
- contract impact
- migration impact
- docs impact
- Submit a PR with focused scope.
- Add links to dependent PRs in other repositories if needed.
- Keep changes minimal and explicit
- Prefer clear structure over long narrative
- Update linked docs when architecture decisions change
- Avoid mixing unrelated improvements in one PR
- Use clear commit messages
- Use descriptive PR titles and summaries
- Include rollout notes for cross-repo changes
- Be respectful and evidence-driven
- Assume positive intent
- Prefer reproducible examples when proposing changes