From 1c340ea563c682606e8ef98ab7d9adf7fc35f852 Mon Sep 17 00:00:00 2001 From: Nada Date: Wed, 3 Jan 2024 13:28:26 +0100 Subject: [PATCH] made changes to the template --- .github/pull_request_template.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f4e2f847..af4136c2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,12 @@ ## Summary > Developers should provide a summary of the proposed changes here and include "closes #" if this addresses an open issue. -> Developers should include validation test reports demonstrating that the reported errors have been solved. + +## Validation Test Reports + +> Developers should include training and metrics validation test reports demonstrating that all tests passed. + +(Copy and paste the output of validation tests report here in markdown.) ## Reviewer Checklist @@ -20,4 +25,3 @@ - [ ] All changed files have been checked and comments provided to the developer - [ ] All of the reviewer's comments have been satisfactorily addressed by the developer - [ ] All Validation tests for the reported error are passing -