From 9a6ab46efe6d599855678976119494e075ab16dd Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Wed, 25 May 2022 12:08:42 -0300 Subject: [PATCH 1/2] add Pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..e8c36f43 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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. From 5a0a1652f1a04558653e9661f7c1bd53fdf2f0b1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 16:27:30 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e8c36f43..46a6f330 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +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. +- [ ] 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.