From b2c423e37851780b5941f177004b48d6419378e9 Mon Sep 17 00:00:00 2001 From: Raz Landau <125185051+LandauRaz@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:50:29 -0500 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c8d727200d..6964c65b3b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,17 +1,16 @@ ### Description of the Changes -Please add a detailed description of the change, whether it's an enhancement or a bugfix. -If the PR is related to an open issue please link to it. +Please add a detailed description of the change you have made. +If the PR is related to an open issue, please also link to it. ### PR Preview URL After you push a commit to this PR, a preview is built and a URL to the root of the preview appears in the comment feed. - -Paste here the specific URL(s) of the content that this PR addresses. +Please paste the specific URL(s) of the content that this PR addresses here. ### Check List - [ ] Changes have been done against main branch, and PR does not conflict -- [ ] PR title follows the convention: `(optional scope): `, e.g: `fix: minor typos in code` +- [ ] PR title is meaningful, e.g: `fix: minor typos in README`