Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 889 Bytes

File metadata and controls

51 lines (35 loc) · 889 Bytes

Contributing

Welcome

Before Opening an Issue

  • Search existing issues
  • Provide enough information
  • Include logs when possible

Reporting Bugs

  • Environment
  • Operating System
  • Compiler version
  • Steps to reproduce
  • Expected behavior
  • Actual behavior

Feature Requests

  • Explain the problem first
  • Then propose the solution

Pull Requests

  • Small PRs preferred
  • Keep commits focused
  • Preserve code style
  • Explain engineering decisions

Code Quality

  • Readability
  • Simplicity
  • Performance when justified
  • Security
  • Documentation

AI-Assisted Contributions

AI-assisted contributions are welcome.

However:

  • contributors remain responsible for submitted code;
  • generated code must be reviewed;
  • contributors should understand what they submit;
  • AI-generated code should never be merged without human validation.

See DEVELOPMENT_PHILOSOPHY.md.