Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 792 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 792 Bytes

Contributing to multimethod

First off, thanks for taking the time to contribute.

Reporting bugs

The project uses GitHub's issue tracker.

Please isolate the issue to the smallest reproducible example, with no dependencies. Most dispatch errors are caused by an unsupported type - one that does not implement issubclass correctly.

The bug report template has specific suggestions on how to check if a type is compatible.

Feature Requests

Feel free to open a new discussion for ideas, or an issue for concrete proposals.

Contributing to code

Contributions are welcome, though note that the code base is small and typically feature-complete. Starting with an issue is helpful.