From accf4d65c67e029343c22b30c8785aa3cec2f71c Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 20 May 2022 00:01:12 -0700 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 10 ++++++++++ 1 file changed, 10 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 000000000..b5899d12d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +# What problem are we solving? + + + +# How are we solving the problem? + + +# Checks +- [ ] I have added unit tests if possible. +- [ ] I will add related wiki document changes and link to this PR after merging.