From 28be718fef5bfb6798fa140079b6b02197d945c6 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Thu, 22 Oct 2020 12:03:51 +0800 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 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 0000000..bf486fe --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ + + + + +### How can we test this? Step by step instructions please. + +1. +2. +3. + +### What happened before? + + +### What should happen with this fix? + + +### Anything else we should know about this patch?