add .github/CODEOWNERS PULL_REQUEST_TEMPLATE.md

This commit is contained in:
openvela-robot
2024-12-27 20:11:38 +08:00
parent ea74ba21d5
commit 1d5b635d30
4 changed files with 34 additions and 0 deletions

View File

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

1
.github/CODEOWNERS vendored Normal file
View File

@@ -0,0 +1 @@
* @xiaoxiang781216 @GUIDINGLI

20
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,20 @@
*Note: Please adhere to [Contributing Guidelines](https://github.com/open-vela/docs/blob/dev/CONTRIBUTING.md).*
## Summary
*Update this section with information on why change is necessary,
what it exactly does and how, if new feature shows up, provide
references (dependencies, similar problems and solutions), etc.*
## Impact
*Update this section, where applicable, on how change affects users,
build process, hardware, documentation, security, compatibility, etc.*
## Testing
*Update this section with details on how did you verify the change,
what Host was used for build (OS, CPU, compiler, ..), what Target was
used for verification (arch, board:config, ..), etc. Providing build
and runtime logs from before and after change is highly appreciated.*

View File

@@ -6,6 +6,8 @@ name: CI
on:
pull_request:
types: [opened, reopened, synchronize]
pull_request_review:
types: [submitted]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: