diff --git a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md new file mode 100644 index 0000000000000000000000000000000000000000..7bb235d52cf0da15eba18727a9b1eb80285f3a6b --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md @@ -0,0 +1,28 @@ + + +**PR功能描述 / 为什么需要这个合入:** + + + + +**希望检视人员了解的内容:** + + +**Checklist:** +PR格式 +- [ ] PR标题简要总结修改内容 +- [ ] commit message是否使用模板,请配置`git config commit.template .gitee/commit_message` +- [ ] PR是否关联issue +- [ ] PR是否设置审查人员(主要成员为[@cf-zhao](https://gitee.com/cf-zhao),[@eastb233](https://gitee.com/eastb233),[@liyunfei33](https://gitee.com/liyunfei33),[@wangqiang95](https://gitee.com/wangqiang95)) + +功能验证 +- 修改涉及后端架构 + - [ ] 架构无关 + - [ ] AArch64 + - [ ] X86_64 + - [ ] RISC-V + - [ ] LoongArch + - [ ] 其他 +- CI门禁 + - [x] (默认触发)基础测试 + - [ ] (可选)质量加固测试,评论关键字触发`/mtestrun` diff --git a/.gitee/commit_message b/.gitee/commit_message new file mode 100644 index 0000000000000000000000000000000000000000..4afab4dc928a659da79778d85068a420dd3923d5 --- /dev/null +++ b/.gitee/commit_message @@ -0,0 +1,17 @@ +# For self-developed patch +[Component] <------ 50 characters summary -------> + +<-------- Detailed description of the patch, 72 characters wide. ------> + + +### You should choose the template above or below. + + +# For back-ported patch +[Backport] <--- Summary from original commit ----> + +Reference: <-- github llvm-project URL --> + +<------------ Description from the original commit message. -----------> + +<------ Additional notes, e.g. conflict resolution, bug fix, etc. -----> \ No newline at end of file