Skip to content

Commit

Permalink
add Pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed May 25, 2022
1 parent 15f3ada commit 9a6ab46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Thank you for send a Pull Request to our code gallery! When adding or updating a notebook please check if:

- [ ] The notebook has all the dependencies required to run in the IOOS env, if not please update the environment file.
- [ ] You added a title, description, and a line with `Created: YYYY-MM-DD` in the first cell.
- [ ] If you are updating a notebook add a line with `Updated: YYYY-MM-DD` below the created date.

0 comments on commit 9a6ab46

Please sign in to comment.