Skip to content

Commit bafb970

Browse files
committed
Add warning to contributing docs about jupyter notebooks during release
1 parent 9c6f967 commit bafb970

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/contributing.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,11 @@ Commit these changes and, once ready, merge them into `main` (through the use of
119119
a Pull Request on a feature branch). Tag the commit you want to release on
120120
`main` to initiate a GitHub Action (GHA) that will release the package to
121121
anaconda.org.
122+
123+
:::{warning}
124+
125+
Jupyter notebooks found in `./notebooks` may need to be re-rendered, depending
126+
on the changes introduced. It is a good idea to review the notebooks and
127+
identify any necessary changes that should accompany a PR.
128+
129+
:::

0 commit comments

Comments
 (0)