Skip to content

Commit 52da2a3

Browse files
add .github/CODEOWNERS PULL_REQUEST_TEMPLATE.md
1 parent e8df202 commit 52da2a3

File tree

4 files changed

+34
-0
lines changed

4 files changed

+34
-0
lines changed

.gitee/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 概要
2+
3+
*在此部分更新信息,说明更改的必要性、具体做了什么以及如何实现的,如果有新功能出现,请提供参考资料(依赖关系、类似问题和解决方案等)。*
4+
5+
## 影响
6+
7+
*在此部分更新信息(如适用),说明更改如何影响用户、构建过程、硬件、文档、安全性、兼容性等。*
8+
9+
## 测试
10+
11+
*在此部分更新信息,详细说明如何验证更改,使用什么主机进行构建(操作系统、CPU、编译器等),使用什么目标进行验证(架构、板子:配置等)。提供更改前后的构建和运行日志将非常有帮助。*

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @xiaoxiang781216 @GUIDINGLI

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
*Note: Please adhere to [Contributing Guidelines](https://github.com/open-vela/docs/blob/dev/CONTRIBUTING.md).*
2+
3+
## Summary
4+
5+
*Update this section with information on why change is necessary,
6+
what it exactly does and how, if new feature shows up, provide
7+
references (dependencies, similar problems and solutions), etc.*
8+
9+
## Impact
10+
11+
*Update this section, where applicable, on how change affects users,
12+
build process, hardware, documentation, security, compatibility, etc.*
13+
14+
## Testing
15+
16+
*Update this section with details on how did you verify the change,
17+
what Host was used for build (OS, CPU, compiler, ..), what Target was
18+
used for verification (arch, board:config, ..), etc. Providing build
19+
and runtime logs from before and after change is highly appreciated.*
20+

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ name: CI
66
on:
77
pull_request:
88
types: [opened, reopened, synchronize]
9+
pull_request_review:
10+
types: [submitted]
911

1012
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1113
jobs:

0 commit comments

Comments
 (0)