提交 a3839422 编写于 作者: L liyongle

Fix some link errors in the webpage https://openeuler.org/en/developer.html...

Fix some link errors in the webpage https://openeuler.org/en/developer.html (both English and Chinese).
上级 87dac615
......@@ -8,9 +8,9 @@ Before you start, please note that you must have a Gitee account. To register an
We appreciate your contributions to the community. By signing a contributor license agreement (CLA), we ensure that the community is free to use your contributions. The signing link is [https://openeuler.org/en/cla.html](https://openeuler.org/en/cla.html).
Select a project you may be interested in from the project catalog at [https://gitee.com/openeuler](https://gitee.com/openeuler)-source group, [https://gitee.com/src-openeuler](https://gitee.com/src-openeuler)-integration group. Read the ```CONTRIBUTING.md``` file for project information and contribution instructions. If you are not sure which project is suitable for you, refer to the introduction of the [SIGs](https://gitee.com/openeuler/community/tree/master/sig) in the community.
Select a project you may be interested in from the project catalog at [https://gitee.com/openeuler](https://gitee.com/openeuler)-Code Sources, [https://gitee.com/src-openeuler](https://gitee.com/src-openeuler)-Package Sources. Read the ```CONTRIBUTING.md``` file for project information and contribution instructions. If you are not sure which project is suitable for you, refer to the introduction of the [SIGs](./sig.html) in the community.
The coding style suggested for each project will help the community quickly process your submittals. Please read the ```code-of-conduct.md``` file in the root directory of each project. If no such suggestion is provided, please refer to the coding style suggested by the community at [https://gitee.com/openeuler/community](https://gitee.com/openeuler/community). <br>
The coding style suggested for each project will help the community quickly process your submittals. Please read the ```code-of-conduct.md``` file in the root directory of each project. If no such suggestion is provided, please refer to the coding style suggested by the community at [https://gitee.com/openeuler/community/blob/master/code-of-conduct.md](https://gitee.com/openeuler/community/blob/master/code-of-conduct.md). <br>
### Getting Started
......@@ -42,7 +42,7 @@ Before submitting a PR, you are advised to communicate with related project memb
### Suggestions
If you join the openEuler community for the first time, you are advised to select the [SIG](https://gitee.com/openeuler/community/tree/master/sig) that you are interested in, add the [SIG](https://gitee.com/openeuler/community/tree/master/sig) to the IRC channel ([IRC] (./community/irc.html)) based on the SIG group information, and subscribe to the related mail list ([Subscription] (./community/mails.html)) to facilitate communication with other developers.
If you join the openEuler community for the first time, you are advised to select the [SIG](./sig.html) that you are interested in, add the [SIG](./sig.html) to the IRC channel ([IRC] (./community/irc.html)) based on the SIG group information, and subscribe to the related mail list ([Subscription] (./community/mails.html)) to facilitate communication with other developers.
For new beginners, it is recommended that you start from bug-fix. The help-wanted label is used in the issue list of each project to identify bugs that can be fixed by the beginners. This helps you quickly get familiar with the project structure and understand the community process.
......
......@@ -8,9 +8,9 @@ title = "社区贡献"
签署社区CLA。签署地址:[https://openeuler.org/zh/cla.html](https://openeuler.org/zh/cla.html),根据情况选择**个人独立贡献者**或者**法律实体贡献者**签署。
选择贡献项目,所有项目参见:源码组织-[https://gitee.com/openeuler](https://gitee.com/openeuler), 集成组织-[https://gitee.com/src-openeuler](https://gitee.com/src-openeuler)。 阅读项目下 ```CONTRIBUTING.md``` 文件了解该项目贡献指导。 如果您不确定哪个项目适合您,建议参考社区 [SIG](https://gitee.com/openeuler/community/tree/master/sig)组介绍。
选择贡献项目,所有项目参见:代码仓组织-[https://gitee.com/openeuler](https://gitee.com/openeuler), 软件包组织-[https://gitee.com/src-openeuler](https://gitee.com/src-openeuler)。 阅读项目下 ```CONTRIBUTING.md``` 文件了解该项目贡献指导。 如果您不确定哪个项目适合您,建议参考社区 [SIG](./sig.html)组介绍。
了解项目的编码规范。了解项目编码规范就有助于您的提交快速接纳,在每个项目里有关于该项目的编码规范介绍,文件名为```code-of-conduct.md```,位于项目根目录下,如果项目下未提供,请参考社区编码规范,地址:[https://gitee.com/openeuler/community](https://gitee.com/openeuler/community)<br>
了解项目的编码规范。了解项目编码规范就有助于您的提交快速接纳,在每个项目里有关于该项目的编码规范介绍,文件名为```code-of-conduct.md```,位于项目根目录下,如果项目下未提供,请参考社区编码规范,地址:[https://gitee.com/openeuler/community/blob/master/code-of-conduct.md](https://gitee.com/openeuler/community/blob/master/code-of-conduct.md)<br>
### 参与贡献
......@@ -18,15 +18,15 @@ openEuler社区采用[gitee](https://gitee.com/openeuler)作为开发系统,
#### 提交bug
openEuler社区每个项目均集成提供issue管理,如 infrastructure项目issue管理位于[https://gitee.com/openeuler/infrastructure/issues](https://gitee.com/openeuler/infrastructure/issues),如果您发现任何openEuler相关问题或者改进建议,建议通过各自项目issue提交给社区。具体如何提交issue,请参见[这里](https://gitee.com/openeuler/community/blob/master/CONTRIBUTING.md#report-issues)
openEuler社区每个项目均集成提供issue管理,如infrastructure项目issue管理位于[https://gitee.com/openeuler/infrastructure/issues](https://gitee.com/openeuler/infrastructure/issues),如果您发现任何openEuler相关问题或者改进建议,建议通过各自项目issue提交给社区。具体如何提交issue,请参见[这里](https://gitee.com/openeuler/community/blob/master/CONTRIBUTING.md#report-issues)
**注意:** 在提交issue前,建议先通过issue搜索功能查看该项目是否已经有相同或者相关的issue,避免重复提交。
如果您不确定问题或者改进建议属于哪个项目,向开发者邮件列表<dev@openeuler.org>发邮件将会快速获得帮助。
如果您不确定问题或者改进建议属于哪个项目,可以提交到[此处](https://gitee.com/openeuler/community-issue/issues)发邮件将会快速获得帮助。
#### 参与讨论
openEuler社区提供多种沟通渠道,详细参见[这里](https://gitee.com/openeuler/community/blob/master/en/communication.md),我们建议您通过如下方式参与讨论或者获取到社区成员的帮助。
openEuler社区提供多种沟通渠道,详细参见[这里](https://gitee.com/openeuler/community/tree/master/zh/communication),我们建议您通过如下方式参与讨论或者获取到社区成员的帮助。
如果您的观点、问题、方案等比较明确,想实时获得社区关键项目关键成员反馈或者帮助,建议您使用[IRC](./community/irc.html)
......@@ -44,7 +44,7 @@ openEuler社区采用[gitee](https://gitee.com/openeuler) PR管理代码合入
### 建议
初次参与openEuler社区,建议先选择您感兴趣的[SIG](https://gitee.com/openeuler/community/tree/master/sig),根据SIG组信息加入相应的IRC频道([加入方法](./community/irc.html)),订阅相关的邮件列表([订阅方法](./community/mails.html)),以方便与其他的开发者交流。
初次参与openEuler社区,建议先选择您感兴趣的[SIG](./sig.html),根据SIG组信息加入相应的IRC频道([加入方法](./community/irc.html)),订阅相关的邮件列表([订阅方法](./community/mails.html)),以方便与其他的开发者交流。
初次贡献某一个项目,建议可以从bug-fix开始,每个项目issue列表里将使用```help-wanted```标签标识出一些适合于初次贡献者解决的bug,解决这类bug将有助于您快速熟悉项目结构,了解社区流程。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册