From 33852517dc527f488cdb7d514bd6f9da5abbb5fa Mon Sep 17 00:00:00 2001 From: YANG QIA <2013xile@gmail.com> Date: Mon, 15 May 2023 18:08:29 +0800 Subject: [PATCH] chore: bug_fix pull request template --- .github/PULL_REQUEST_TEMPLATE/bug_fix.md | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/bug_fix.md diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md new file mode 100644 index 000000000..8e485a268 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md @@ -0,0 +1,25 @@ +--- +name: Bug fix +about: A template for submitting a bug fix pull request. + +--- + +# Description (Bug描述) + +## Steps to reproduce (复现步骤) +Clear steps to reproduce the bug. + +## Expected behavior (预期行为) +Describe what the expected behavior should be when the code is executed without the bug. + +## Actual behavior (实际行为) +Describe what actually happens when the code is executed with the bug. + +## Related issues (相关issue) +Include any related issues or previous bug reports related to this bug. + +# Reason (原因) +Explain what caused the bug to occur. + +# Solution (解决方案) +Describe solution to the bug clearly and consciously.