From 2806ef881025c030e5338ea4fd3dfb10d615f1e5 Mon Sep 17 00:00:00 2001 From: YANG QIA <2013xile@gmail.com> Date: Mon, 15 May 2023 18:19:09 +0800 Subject: [PATCH] chore: create feature.md pr template --- .github/PULL_REQUEST_TEMPLATE/feature.md | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/feature.md diff --git a/.github/PULL_REQUEST_TEMPLATE/feature.md b/.github/PULL_REQUEST_TEMPLATE/feature.md new file mode 100644 index 000000000..e298d9d22 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/feature.md @@ -0,0 +1,26 @@ +--- +name: Feature +about: A template for submitting a new feature. + +--- + +# Description (需求描述) +Describe the new feature or modification to an existing feature clearly and consciously. + +# Motivation (需求背景) +Explain the reason for adding or modifying this feature. + +# Key changes (关键改动) +Provide a technically detailed description of the key changes made. +- Frontend (前端) +- Backend (后端) + +# Test plan (测试计划) +## Suggestions (测试建议) +Provide any suggestions or recommendations for improvements in the testing plan. + +## Underlying risk (潜在风险) +Identify any potential risks or issues that may arise from the new feature or modification. + +# Showcase (结果展示) +Including any screenshots of the new feature or modification.