Skip to content

Commit

Permalink
Merge pull request #189 from ocefpaf/update_PR_template
Browse files Browse the repository at this point in the history
Update PR template
  • Loading branch information
MathewBiddle authored Apr 29, 2024
2 parents 9f81f4f + f7c61f1 commit 7105bb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ Thank you for send a Pull Request to our code gallery! When adding or updating a
- \[ \] 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.
- \[ \] Update the gallery entry to show your notebook thumbnail and description.
4 changes: 2 additions & 2 deletions jupyterbook/content/make_gallery.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ def make_gallery_entry(nb_path):
:text-align: center
:shadow: md
{{bdg-primary}}`{nb_path.split("/")[1].replace("_", " ").title().strip("Notebooks").strip()}`
{{bdg-secondary}}`ERDDAP`
{{bdg-primary}}`DATA SERVICE`
{{bdg-secondary}}`TOPICAL KEYWORD`
{{bdg-info}}`{nb["metadata"]["language_info"]["name"]}`
^^^
Expand Down

0 comments on commit 7105bb1

Please sign in to comment.