Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 649 Bytes

File metadata and controls

25 lines (16 loc) · 649 Bytes

Contributing to OpenMorph

Thank you for your interest in contributing! Please follow these guidelines:

Development

  • Fork the repo and create your branch from main.
  • Run make lint and make test before submitting a PR.
  • Keep code readable, modular, and well-documented.
  • Add/maintain tests for new features or bugfixes.

Pull Requests

  • Describe your changes and why they're needed.
  • Reference any related issues.
  • One feature/fix per PR is preferred.

Issues

  • Search for existing issues before opening a new one.
  • Provide clear steps to reproduce bugs.

Code of Conduct

See CODE_OF_CONDUCT.md.