From 4f1e4a0f3877a39fc6a6ad9ff7e552bd060805fc Mon Sep 17 00:00:00 2001 From: Eugene Platonov Date: Wed, 21 Feb 2024 18:21:26 -0500 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 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..933b8a97 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +## Motivation + + Explain the why of this pull request. + + ## Checklist + - [ ] Add/Update integration tests in src/it + - [ ] Add/Update documentation in README