From f048bd11899f9a311d4e0f1c7f013404bf5f5ba2 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Thu, 12 Dec 2024 00:33:31 +0800 Subject: [PATCH] Add default PR template [GitHub #142] --- .../pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..c4feeea --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,15 @@ +## 背景 + +这个 PR 的背景和原因 + +
+ +## 方案 + +请介绍你的方案 + +
+ +## 实现 + +请介绍你的实现(若实现相当直接则不需要描述)