From 69c3d17974729a65671f4ba998345021ba8bb11f Mon Sep 17 00:00:00 2001 From: vijay sawant Date: Thu, 26 Oct 2023 20:40:59 +0530 Subject: [PATCH] add GitHub Pull request template (.md) file (#12943) * add GitHub issue template (.yaml) and Pull request template (.md) files * final changes after reivew * add example of PRT comment and remove checklist section --- .github/new_pull_request.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/new_pull_request.md diff --git a/.github/new_pull_request.md b/.github/new_pull_request.md new file mode 100644 index 00000000000..ba1e776a9ac --- /dev/null +++ b/.github/new_pull_request.md @@ -0,0 +1,16 @@ +### Problem Statement + + +### Solution + + +### Related Issues + + + + \ No newline at end of file