diff --git a/README.en.md b/README.en.md index 049e86d463b8f30da12834fb3bb4722f8f48b720..b3c11d04c4d22825ad07bbf5c036dd1c2d86e78e 100644 --- a/README.en.md +++ b/README.en.md @@ -43,7 +43,16 @@ You are welcome to participate in the discussion of the issues and contribute to ### 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. +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; +3. Note if there are special codes in the spec file, such as "fedora" or "rhel" information, click [here] [suspected_spec] to view the relevant issue, in case of this type of issue please confirm with the pr committers before deciding whether to allow merging. +### Learning materials + +1. [RPM Documentation][rpm_doc] +2. [Check scripts for information such as URL and source in spec file, check scripts for license file][spec_check_file] + +[rpm_doc]: http://rpm.org/documentation +[suspected_spec]: https://gitee.com/openeuler/Java-Packages/issues/I1UL4S?from=project-issue +[spec_check_file]: https://gitee.com/openeuler/Java-Packages/attach_files diff --git a/README.md b/README.md index e2d07edc6abc0e4814e3f86cf3601797e9595927..77ce851c4e7acf057707017c2d78f3080daa783b 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,15 @@ ### 软件包提交PR审核注意事项 1. 检查门禁程序是否通过,不通过则不允许合并; -2. 了解软件包作用,评估是否应属于Java-Packages,即符合上述介绍中明确需要维护的软件包范围,如遇疑问,可与其他maintainer讨论软件包归属后再决定是否允许合并。 +2. 了解软件包作用,评估是否应属于Java-Packages,即符合上述介绍中明确需要维护的软件包范围,如遇疑问,可与其他maintainer讨论软件包归属后再决定是否允许合并; +3. 注意spec文件中是否存在特殊代码,如"fedora"或"rhel"等信息,可点击[这里][suspected_spec]查看相关issue,如遇此类问题请先与提交者确认后再决定是否允许合并。 +### 学习资料 + +1. [RPM Documentation][rpm_doc] +2. [spec文件中URL与source等check脚本,license文件check脚本][spec_check_file] + +[rpm_doc]: http://rpm.org/documentation +[suspected_spec]: https://gitee.com/openeuler/Java-Packages/issues/I1UL4S?from=project-issue +[spec_check_file]: https://gitee.com/openeuler/Java-Packages/attach_files