diff --git a/README.en.md b/README.en.md index 73c0f382db17eaa5a304620352c67094e81b19cd..049e86d463b8f30da12834fb3bb4722f8f48b720 100644 --- a/README.en.md +++ b/README.en.md @@ -38,4 +38,12 @@ You are welcome to participate in the discussion of the issues and contribute to 1. https://gitee.com/openeuler/community/blob/master/zh/contributors/Gitee-workflow.md 2. https://gitee.com/openeuler/community/blob/master/zh/contributors/pull-request.md 3. https://gitee.com/openeuler/community/blob/master/zh/sig-infrastructure/command.md -4. https://gitee.com/openeuler/community/blob/master/zh/contributors/pull-requests.md \ No newline at end of file +4. https://gitee.com/openeuler/community/blob/master/zh/contributors/pull-requests.md + +### Notes on software packaging pull request checking + +1. Check whether the automatic check program is passed, if not, it is not allowed to merge; +2. Understand the function of software and evaluate whether it belongs to Java-Packages, that is, it conforms to the scope of software that needs to be maintained in the above introduction. In case of doubt, you can discuss with other maintainers before deciding whether to allow merging. + + + diff --git a/README.md b/README.md index 222a52d6804c4520f4301d34c233ac44341040a6..e2d07edc6abc0e4814e3f86cf3601797e9595927 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,10 @@ 2. https://gitee.com/openeuler/community/blob/master/zh/contributors/pull-request.md 3. https://gitee.com/openeuler/community/blob/master/zh/sig-infrastructure/command.md 4. https://gitee.com/openeuler/community/blob/master/zh/contributors/pull-requests.md + +### 软件包提交PR审核注意事项 + +1. 检查门禁程序是否通过,不通过则不允许合并; +2. 了解软件包作用,评估是否应属于Java-Packages,即符合上述介绍中明确需要维护的软件包范围,如遇疑问,可与其他maintainer讨论软件包归属后再决定是否允许合并。 + +