File tree Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change
1
+ <!-- !! Thank your for opening a PR !! -->
1
2
2
- ** Thank your for opening a PR!**
3
+ ** What is this PR about?**
4
+ ...
3
5
4
- Before you proceed, please make sure that [ the pre-commit linting/style checks pass] ( https://docs.pymc.io/en/latest/contributing/python_style.html ) .
6
+ ** Checklist**
7
+ + [ ] Explain important implementation details 👆
8
+ + [ ] Make sure that [ the pre-commit linting/style checks pass] ( https://docs.pymc.io/en/latest/contributing/python_style.html ) .
9
+ + [ ] Link relevant issues (preferably in [ nice commit messages] ( https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ) )
10
+ + [ ] Are the changes covered by tests and docstrings?
11
+ + [ ] Fill out the short summary sections 👇
5
12
6
- Depending on what your PR does, here are a few things you might want to address in the description:
7
- + [ ] what are the (breaking) changes that this PR makes?
8
- + [ ] important background, or details about the implementation
9
- + [ ] are the changes—especially new features—covered by tests and docstrings?
10
- + [ ] [ consider adding/updating relevant example notebooks] ( https://github.com/pymc-devs/pymc-examples )
11
- + [ ] right before it's ready to merge, mention the PR in the RELEASE-NOTES.md
13
+ ## Major / Breaking Changes
14
+ - ...
15
+
16
+ ## Bugfixes / New features
17
+ - ...
18
+
19
+ ## Docs / Maintenance
20
+ - ...
You can’t perform that action at this time.
0 commit comments