Skip to content

Commit

Permalink
Merge pull request #1468 from lilai23/pull_request_template
Browse files Browse the repository at this point in the history
update pull request templeate
  • Loading branch information
Sherlockhan authored Mar 18, 2024
2 parents 6da99fd + 5d5e28f commit de55650
Showing 1 changed file with 11 additions and 18 deletions.
29 changes: 11 additions & 18 deletions .github/pull_request_template.md
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.

0 comments on commit de55650

Please sign in to comment.