Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 928 Bytes

File metadata and controls

31 lines (21 loc) · 928 Bytes

Contributing

Thank you for your interest in contributing to OpenSIN-AI!

How to Contribute

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

Code of Conduct

Please follow our Code of Conduct.

Boundary Rules

Before adding a guide, setup step, or top-level claim, answer:

  1. Is this a stable environment/setup standard, or is it first-run onboarding logic?
  2. Does another OpenSIN repo already own the canonical source of truth?

Put it in dev-setup if:

  • it defines repeatable setup standards
  • it documents local or cloud development environments
  • it helps teams reproduce approved environments consistently

Do NOT put it in dev-setup if:

  • it becomes first-run onboarding automation
  • it becomes the product or control-plane surface
  • it duplicates official docs or config canon