!1229 修改提交PR的默认模板

Merge pull request !1229 from zhangxubo/tmplate
This commit is contained in:
opengauss-bot
2021-08-19 06:51:48 +00:00
committed by Gitee
3 changed files with 39 additions and 11 deletions

View File

@ -1,15 +1,21 @@
<!-- Thanks for sending a pull request! -->
**What this PR does / why we need it**:
**Title** :
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
**Content**:
**Special notes for your reviewer**:
**Root Cause Analysis**:
**Release note**:
<!-- Steps to write your release note:
1. Use the release-note-* labels to set the release note state (if you have access)
2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`.
-->
```release-note
```
**Modification**:
1. xxx
2. xxx
**Related issue**:
**Testing reports**:
1. Please attach the self-test result (content or screenshot).
2. Can you add the FastCheck test case? If yes, please add the FastCheck test case.
3. Whether data modification is involved? If yes, supplement the data in the Docs repository.
4. Determine whether to support expansion scenarios such as upgrade and online expansion.
5. Determine whether to consider abnormal scenarios, concurrent scenarios, forward compatibility scenarios, and performance scenarios.
6. Check whether other modules are affected.

View File

@ -0,0 +1,23 @@
<!-- 感谢您提交Pull Reqeust -->
<!-- 提交说明: 请简单说明PR实现内容和修改逻辑 -->
<!-- 关联issue: 请添加上关联issue的链接,如果没有关联issue,请先创建issue -->
【标题】(请简要描述下实现的内容)
【实现内容】:
【根因分析】:
【修改方案】:
1. xxx
2. xxx
【关联issue】:
【开发自验报告】:
1. 请附上自验结果(内容或者截图)
2. 是否可以添加fastcheck测试用例,如是,请补充fastcheck用例
3. 是否涉及资料修改,如是,在docs仓库补充资料
4. 是否考虑支撑升级和在线扩容等扩展场景
5. 是否考虑异常场景/并发场景/前向兼容/性能场景
6. 是否对其他模块产生影响

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
/.gitee/
/.vscode/
/.idea/
.vscode