Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.87 KB

CONTRIBUTING.md

File metadata and controls

34 lines (26 loc) · 1.87 KB

Guidelines for Contributing

Thank you for being interested in contributing to PyTensor. PyTensor is an open source, collective effort, maintained by the PyMC team and everyone is welcome to contribute. There are many ways in which you can help make it better. Please check the latest information for contributing to the PyTensor or PyMC projects under:

Issues and Discussions

We expect that Github Issues ("issues") indicate work that should be in PyTensor and can be picked up immediately by a contributor. This includes bugs, which indicate something not working as advertised.

Discussions should be created when the scope or direction of the work, though within the stated goals of the PyTensor project, require additional clarification or consideration before a course of action is chosen.

For issues a minimal working example (MWE) is strongly recommended when relevant (fixing a typo in the documentation does not require a MWE). For discussions, MWEs are generally required. All MWEs must be implemented using PyTensor. Please do not submit MWEs if they are not implemented in PyTensor. In certain cases, pseudocode may be acceptable, but a PyTensor implementation is always preferable.

Quick links

Most of these point to PyMC documentation, but are equally relevant for PyTensor.