Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.22 KB

File metadata and controls

42 lines (28 loc) · 1.22 KB

Contributing to InferaDB

We welcome contributions! By participating, you agree to uphold the Code of Conduct.

Reporting Issues

  • Bugs: Search existing issues first. Include version, steps to reproduce, expected vs actual behavior.
  • Features: Describe the use case and proposed solution.
  • Security: Email security@inferadb.com — do not open public issues.

Pull Requests

  1. Fork and branch from main
  2. Run just ci to verify tests, linting, and formatting pass
  3. Follow Conventional Commits for commit messages
  4. Update documentation if changing public APIs
  5. Submit PR with clear description

Development

mise trust && mise install  # Setup tooling
just ci                     # Run all checks before submitting

See README.md for full development setup.

Review Process

  1. CI runs automated checks
  2. Maintainer reviews code
  3. Address feedback
  4. Maintainer merges on approval

License

Contributions are dual-licensed under MIT and Apache 2.0.

Questions?