aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-05-20 00:01:12 -0700
committerGitHub <noreply@github.com>2022-05-20 00:01:12 -0700
commitaccf4d65c67e029343c22b30c8785aa3cec2f71c (patch)
treecc3a4bf5dc8bf48d384ce10338ddd722e177a5ab
parent3a8dadcc2d5bfc5edb63395bbfb4f502c8333114 (diff)
downloadseaweedfs-accf4d65c67e029343c22b30c8785aa3cec2f71c.tar.xz
seaweedfs-accf4d65c67e029343c22b30c8785aa3cec2f71c.zip
Create pull_request_template.md
-rw-r--r--.github/pull_request_template.md10
1 files changed, 10 insertions, 0 deletions
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.