From c0de3aa35c1e11dc686b62f23ffaa203198e3bcb Mon Sep 17 00:00:00 2001
From: Alex <alex.tran1502@gmail.com>
Date: Tue, 11 Apr 2023 06:03:54 -0500
Subject: [PATCH] chore: update pr template (#2234)

---
 .github/PULL_REQUEST_TEMPLATE/config.yml               | 2 ++
 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 5 ++---
 2 files changed, 4 insertions(+), 3 deletions(-)
 create mode 100644 .github/PULL_REQUEST_TEMPLATE/config.yml

diff --git a/.github/PULL_REQUEST_TEMPLATE/config.yml b/.github/PULL_REQUEST_TEMPLATE/config.yml
new file mode 100644
index 0000000000..6663b04cbc
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE/config.yml
@@ -0,0 +1,2 @@
+blank_issues_enabled: false
+blank_pull_request_template_enabled: false
diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
index f6b0c2af72..83a365eab9 100644
--- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
+++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
@@ -8,7 +8,7 @@ Fixes # (issue)
 
 ## How Has This Been Tested?
 
-Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
+<!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration -->
 
 - [ ] Test A
 - [ ] Test B
@@ -19,5 +19,4 @@ Please describe the tests that you ran to verify your changes. Provide instructi
 ## Checklist:
 
 - [ ] I have performed a self-review of my own code
-- [ ] I have commented my code, particularly in hard-to-understand areas
-- [ ] I have made corresponding changes to the documentation
\ No newline at end of file
+- [ ] I have made corresponding changes to the documentation if applicable
\ No newline at end of file