From 149d88fe203bc6889a9cd09b3c18c492955014c7 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Thu, 23 Sep 2021 14:28:39 +0530 Subject: [PATCH] chore: create PULL_REQUEST_TEMPLATE (#6988) --- .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..5410d486554 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ + + +**What kind of change does this PR introduce?** + + + +**Did you add tests for your changes?** + +**If relevant, did you update the documentation?** + +**Summary** + + + + +**Does this PR introduce a breaking change?** + + + +**Other information**