Contributing
Thanks for your interest in contributing to the modred (minimal CP/M ED) implementation.
- Please open issues for bugs or feature requests.
- For code changes: fork the repo, add tests, and open a pull request.
- Please adhere to existing code style and add unit tests for new behavior.
We use pytest for tests and GitHub Actions runs the test suite on pushes and PRs.