From 7a25a5de50941208343b6fab1c361ac0f53a7ad2 Mon Sep 17 00:00:00 2001 From: Josh Reini Date: Fri, 21 Jun 2024 11:33:55 -0400 Subject: [PATCH] Update pull_request_template.md (#1234) --- docs/pull_request_template.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/pull_request_template.md b/docs/pull_request_template.md index 07822c0c2..7234265e7 100644 --- a/docs/pull_request_template.md +++ b/docs/pull_request_template.md @@ -1,5 +1,14 @@ -Items to add to release announcement: -- **Heading**: delete this list if this PR does not introduce any changes that need announcing. +# Description -Other details that are good to know but need not be announced: -- There should be something here at least. +Please include a summary of the changes and the related issue that can be inlcuded in the release announcement. Please also include relevant motivation and context. + +## Other details good to know for developers + +Please include any other details of this change useful for TruLens developers. + +## Type of change + +- [ ] 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 not work as expected) +- [ ] This change requires a documentation update