https://github.com/pymc-devs/pymc3
Raw File
Tip revision: 1f806293c339132b796c008a43e4e3f437ac23de authored by Thomas Wiecki on 11 March 2023, 13:40:42 UTC
Revert "Add Mistplay sponsor (#6570)"
Tip revision: 1f80629
PULL_REQUEST_TEMPLATE.md
<!-- !! Thank your for opening a PR !! -->

**What is this PR about?**
...

**Checklist**
+ [ ] Explain important implementation details 👆
+ [ ] Make sure that [the pre-commit linting/style checks pass](https://docs.pymc.io/en/latest/contributing/python_style.html).
+ [ ] Link relevant issues (preferably in [nice commit messages](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html))
+ [ ] Are the changes covered by tests and docstrings?
+ [ ] Fill out the short summary sections 👇

## Major / Breaking Changes
- ...

## New features
- ...

## Bugfixes
- ...

## Documentation
- ...

## Maintenance
- ...
back to top