From 045fcf02d9a35153e52afee073dfdec957fe6861 Mon Sep 17 00:00:00 2001 From: Prem Chaitanya Prathi Date: Sat, 5 Aug 2023 05:47:57 +0530 Subject: [PATCH] Create pull_request_template.md (#625) Template for a pull request which helps reviewers --- .github/pull_request_template.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 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 00000000..69a4dcb4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,31 @@ +# Description + + +# Changes + + + +- [ ] ... +- [ ] ... + +# Tests + + + + + + + + +