From 599b0b6ef222da9d6be3faaed1080ddb3c71cdba Mon Sep 17 00:00:00 2001 From: Antony Milne <49395058+antonymilne@users.noreply.github.com> Date: Tue, 19 Dec 2023 08:05:08 +0000 Subject: [PATCH] Simplify PR template (#227) --- .github/pull_request_template.md | 16 +------ ...0231218_171411_antony.milne_pr_template.md | 48 +++++++++++++++++++ 2 files changed, 50 insertions(+), 14 deletions(-) create mode 100644 vizro-core/changelog.d/20231218_171411_antony.milne_pr_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f8d117d2b..44e958f1c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,20 +2,6 @@ ## Screenshot -## Checklist - -- [ ] I have not referenced individuals, products or companies in any commits, directly or indirectly -- [ ] I have not added data or restricted code in any commits, directly or indirectly -- [ ] I have updated the docstring of any public function/class/model changed -- [ ] I have added tests to cover my changes (if applicable) - -## Types of changes - -- [ ] Docs/refactoring (non-breaking change which improves codebase) -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to change) - ## Notice - [ ] I acknowledge and agree that, by checking this box and clicking "Submit Pull Request": @@ -23,3 +9,5 @@ - I submit this contribution under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.txt) and represent that I am entitled to do so on behalf of myself, my employer, or relevant third parties, as applicable. - I certify that (a) this contribution is my original creation and / or (b) to the extent it is not my original creation, I am authorized to submit this contribution on behalf of the original creator(s) or their licensees. - I certify that the use of this contribution as authorized by the Apache 2.0 license does not violate the intellectual property rights of anyone else. + - I have not referenced individuals, products or companies in any commits, directly or indirectly. + - I have not added data or restricted code in any commits, directly or indirectly. diff --git a/vizro-core/changelog.d/20231218_171411_antony.milne_pr_template.md b/vizro-core/changelog.d/20231218_171411_antony.milne_pr_template.md new file mode 100644 index 000000000..f1f65e73c --- /dev/null +++ b/vizro-core/changelog.d/20231218_171411_antony.milne_pr_template.md @@ -0,0 +1,48 @@ + + + + + + + + +