Skip to content

Commit c8525eb

Browse files
Update PR template
Closes #5926
1 parent f8b1be6 commit c8525eb

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1+
<!-- !! Thank your for opening a PR !! -->
12

2-
**Thank your for opening a PR!**
3+
**What is this PR about?**
4+
...
35

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 👇
512

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+
- ...

0 commit comments

Comments
 (0)