From 4fe7a6eaf0320ebac20c6d16885321e505696280 Mon Sep 17 00:00:00 2001 From: Franco Cipollone <53065142+francocipollone@users.noreply.github.com> Date: Wed, 14 Feb 2024 09:56:50 -0300 Subject: [PATCH] Update pull_request_template.md (#225) Signed-off-by: Franco Cipollone --- .github/pull_request_template.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 257ac82f..2c82bcaa 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,9 +17,8 @@ before and after the PR.--> ## Checklist - [ ] Signed all commits for DCO - [ ] Added tests +- [ ] Added example and/or tutorial - [ ] Updated documentation (as needed) -- [ ] Updated migration guide (as needed) -- [ ] Consider updating Python bindings (if it affects the public API) **Note to maintainers**: Remember to use **Squash-Merge** and edit the commit message to match the pull request summary while retaining `Signed-off-by` messages. @@ -41,7 +40,5 @@ context (e.g., screenshots, gifs) if appropriate.--> - [ ] Added tests - [ ] Added example and/or tutorial - [ ] Updated documentation (as needed) -- [ ] Updated migration guide (as needed) -- [ ] Consider updating Python bindings (if it affects the public API) **Note to maintainers**: Remember to use **Squash-Merge** and edit the commit message to match the pull request summary while retaining `Signed-off-by` messages.