Reporting Bugs and Opening IssuesΒΆ
We use GitHub issues to track all bugs and feature requests; feel free to open an issue if you have found a bug or wish to see a feature implemented. We use the following tags and labels to categorise issues:
Bugs [BUG]: Bug reports and fixes
Enhancements [ENH]: Features requests and enhancements to code
Maintenance [MNT]: Repository, CI and package maintenance
Documentation [DOC]: Documentation improvements and requests
Refactoring [REF]: Code refactoring and clean-up
Deprecation [DEP]: Deprecation of code and features
Governance [GOV]: Project governance and community issues
Most issues come with templates which we recommend following. Generally though, it is recommended to check that your issue complies with the following rules before submitting:
Verify that your issue is not being currently addressed by other issues or pull requests.
Ensure all code snippets and error messages are formatted in appropriate code blocks. See Creating and highlighting code blocks.
Please be specific about what estimators and/or functions are involved and the shape of the data.
When appropriate, please include a reproducible code snippet or link to a gist. If an exception is raised, please provide the traceback.