From 3e39985cab169dbb636daa0047e8f5ee718796b9 Mon Sep 17 00:00:00 2001 From: Baris Can Durak Date: Wed, 13 Nov 2024 17:28:57 +0100 Subject: [PATCH] changed the template --- .github/pull_request_template.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b0e6204a7c5..779fe944ec2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,10 +4,13 @@ I implemented/fixed _ to achieve _. ## Pre-requisites Please ensure you have done the following: - [ ] I have read the **CONTRIBUTING.md** document. -- [ ] If my change requires a change to docs, I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ] I have based my new branch on `develop` and the open PR is targeting `develop`. If your branch wasn't based on develop read [Contribution guide on rebasing branch to develop](https://github.com/zenml-io/zenml/blob/main/CONTRIBUTING.md#-pull-requests-rebase-your-branch-on-develop). -- [ ] If my changes require changes to the dashboard, these changes are communicated/requested. +- [ ] **IMPORTANT**: I made sure that my changes are reflected properly in the following resources: + - [ ] [ZenML Docs](https://docs.zenml.io) + - [ ] Dashboard: Needs to be communicated to the frontend team. + - [ ] Templates: Might need adjustments (that are not reflected in the template tests) in case of non-breaking changes and deprecations. + - [ ] [Projects](https://github.com/zenml-io/zenml-projects): Depending on the version dependencies, different projects might get affected. ## Types of changes