Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 505 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 505 Bytes

CONTRIBUTING

Contributions in the form of additional algorithms, performance improvements, distributed computing, improved documentation, better examples or anything along those lines are all welcome contributions!

Test

Make sure your new features has tests which cover all the use cases for the new features. Include tests for thrown errors if appropriate.

Documentation

Add documentation that shows the feature call along with text describing it. Add an example of the function being used.