From 865f5c86e01bc75d18815b6cd93303764a5c05f0 Mon Sep 17 00:00:00 2001 From: Marcos Candeia Date: Thu, 29 Aug 2024 14:18:33 -0300 Subject: [PATCH] Improve pull request Signed-off-by: Marcos Candeia --- .github/pull_request_template.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c1ea21385..988cd8c60 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,18 @@ -## What is this contribution about? +## What is this Contribution About? -## Loom -> Record a quick screencast describing your changes to show the team and help reviewers. +Please provide a brief description of the changes or enhancements you are proposing in this pull request. -## Link -> Please provide a link to a branch that demonstrates this pull request in action. +## Issue Link +Please link to the relevant issue that this pull request addresses: + +- Issue: [#ISSUE_NUMBER](link_to_issue) + +## Loom Video + +> Record a quick screencast describing your changes to help the team understand and review your contribution. This will greatly assist in the review process. + +## Demonstration Link + +> Provide a link to a branch or environment where this pull request can be tested and seen in action.