Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 830 Bytes

File metadata and controls

26 lines (17 loc) · 830 Bytes

Contributing

Thank you for considering a contribution.

This organization is used for lightweight research, teaching, documentation, and code experiments around machine-learning-compatible game engines.

How to contribute

  1. Open an issue before making larger changes.
  2. Keep pull requests focused and small.
  3. Prefer clear documentation over complex abstractions.
  4. Explain why a change is needed, not only what changed.
  5. Avoid committing generated files, build artifacts, secrets, or local configuration.

Pull request expectations

A good pull request should include:

  • A short description of the change
  • The reason for the change
  • Any relevant screenshots, logs, or examples
  • Notes about testing, if applicable

Style

Use simple, readable code and documentation. Prefer maintainability over cleverness.