From 5d5e28f583148d484c2791e28121621c7da95b59 Mon Sep 17 00:00:00 2001 From: lilai Date: Fri, 15 Mar 2024 11:06:57 +0800 Subject: [PATCH] update pull request templeate Signed-off-by: lilai --- .github/pull_request_template.md | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e5b7fdd4ca..ae61da3419 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,29 +1,22 @@ -【修复issue】#issue号 +**What type of PR is this?** -【修改内容】增加/修改/删除了xxx +Feature/Bug/Refactor etc. -【用例描述】是否需要修改用例?原因?/ 不增加用例的原因? +**What this PR does / why we need it?** -【自测情况】1、本地静态检查清理情况;2、xxx门槛用例通过;3、UT覆盖;4、如何测试的? +Describe it. -【影响范围】1、对用户的使用有没有影响(比如涉及api修改,启动参数修改)2、是不是需要更新一些文档(比如用户手册) - ---- - -What type of PR is this? - -/feat - -Which issue(s) this PR fixes: +**Which issue(s) this PR fixes?** Fixes # -Use case description: xxxx - -Does this PR introduce a user-facing change? +**Does this PR introduce a user-facing change?** No -Additional documentation e.g., usage docs, etc.: + -No +## Checklist +- [ ] Make sure there is a [GitHub_issue](https://github.com/huaweicloud/Sermant/issues) related with this PR before you start working on it. +- [ ] Make sure you have squashed your change to one single commit. +- [ ] GitHub Actions works fine in this PR.