From 907cf03ea8fadc38c591f53422cd19b7cc1dedc5 Mon Sep 17 00:00:00 2001 From: Pavithra Eswaramoorthy Date: Mon, 29 Jan 2024 23:50:44 +0530 Subject: [PATCH] :memo: Add how-to-test & docs check to PR templates --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ .github/PULL_REQUEST_TEMPLATE_simple.md | 10 +++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f2e3418..86808e6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -30,6 +30,11 @@ _Put a `x` in the boxes that apply_ - [ ] Did you test the pull request locally? - [ ] Did you add new tests? +### How to test + + + ## Documentation + ## Any other comments?