Skip to content

Commit 683b0a6

Browse files
authored
add pr template (#137)
1 parent bde6ccf commit 683b0a6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Thank you for opening a pull request!
2+
3+
Please check our [style guide](https://github.com/pymc-devs/pymc3/wiki/PyMC's-Jupyter-Notebook-Style), and also make sure that the notebooks you've modified pass the `pre-commit` checks. If, for example, you modified `notebook1.ipynb` and `notebook2.ipynb`, you could do this by running:
4+
5+
```bash
6+
pre-commit run --files notebook1.ipynb notebook2.ipynb
7+
```
8+
9+
You may need to run it a couple of times before all the checks pass.

0 commit comments

Comments
 (0)