From de49591edcf2a574af2fc8d6b411bf4c2f7154ad Mon Sep 17 00:00:00 2001 From: Nikos Roussos Date: Wed, 4 Dec 2024 15:52:37 +0200 Subject: [PATCH] Expand PR template - Add certain sections, instead of just hiding everything in comments - Add help texts as comments - Add Testing section --- .github/pull_request_template.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d32eec965d..18a0c8d3f0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,15 @@ - --- -Please provide a brief summary of the change introduced to make review process easier. + +Ref: + +### Testing -Ideally this should also be part of the commit summary. ---> + +1. +2. +3.