-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1468 from lilai23/pull_request_template
update pull request templeate
- Loading branch information
Showing
1 changed file
with
11 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.: | ||
<!-- Follow this checklist to help us incorporate your contribution quickly and easily: --> | ||
|
||
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. |