From 49dc83b07789585b3a75485aca28d54a12992a9a Mon Sep 17 00:00:00 2001 From: Stefanie Molin <24376333+stefmolin@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:29:37 +0800 Subject: [PATCH 1/2] Update pull_request_template.md --- .github/pull_request_template.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0950ffce..cf57046c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,6 +5,12 @@ Fixes # +**Examples** + +If you added a new dataset or shape, please comment on which datasets worked best for your shape or which shapes worked best for your dataset and provide the GIFs for those here. + + + **Checklist** From 869478056dab0dd42acd21375b7334aaec10d8b6 Mon Sep 17 00:00:00 2001 From: Stefanie Molin <24376333+stefmolin@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:31:56 +0800 Subject: [PATCH 2/2] Update pull_request_template.md --- .github/pull_request_template.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cf57046c..f3b9bd21 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,12 +5,6 @@ Fixes # -**Examples** - -If you added a new dataset or shape, please comment on which datasets worked best for your shape or which shapes worked best for your dataset and provide the GIFs for those here. - - - **Checklist** @@ -18,3 +12,4 @@ If you added a new dataset or shape, please comment on which datasets worked bes - [ ] Test cases have been modified/added to cover any code changes. - [ ] Docstrings have been modified/created for any code changes. - [ ] All linting and formatting checks pass (see the [contributing guidelines](https://github.com/stefmolin/data-morph/blob/main/CONTRIBUTING.md) for more information). +- [ ] If you added a new dataset or shape, please comment on which datasets worked best for your shape or which shapes worked best for your dataset and provide the GIFs for those here.