Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.09 KB

File metadata and controls

37 lines (24 loc) · 1.09 KB

Contributing

Bug fixes, documentation corrections, and improvements that fit the existing architecture are welcome.

For significant changes, open an issue or post in the Support Server before starting work.

For documentation changes, use the documentation repository.


Pull requests

  • One concern per PR
  • Match existing code style — see standards below
  • Describe what changed and why

Code standards

  • No XML <summary> blocks
  • No decorative separator comments (// ─────)
  • No file-header banners
  • Comments explain why, not what
  • No allocations in OnGUI or repaint paths
  • Editor-only code stays in Editor/ assemblies

Issues

Reproducible bugs: GitHub Issues
Questions: Support Server
Urgent: tools.studio@zohomail.in


By contributing, you agree your contributions are licensed under the same terms as the project. See LICENSE.md.