Skip to content

Commit 734b040

Browse files
authored
doc: 添加社区交流文档 (#17)
1 parent d47dca7 commit 734b040

File tree

6 files changed

+102
-3
lines changed

6 files changed

+102
-3
lines changed

.vuepress/config.js

+13-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default defineUserConfig({
2727
'link': '/governance/',
2828
},
2929
{
30-
'text': '交流',
30+
'text': '社区交流',
3131
'link': '/communication/',
3232
},
3333
{
@@ -74,6 +74,15 @@ export default defineUserConfig({
7474
]
7575
}
7676
],
77+
'/communication/': [
78+
{
79+
text: '社区交流',
80+
children: [
81+
'/communication/',
82+
'/communication/dragonos-community-conference.md',
83+
]
84+
}
85+
],
7786
'/contributors/': [
7887
{
7988
text: '贡献者指南',
@@ -86,11 +95,13 @@ export default defineUserConfig({
8695
]
8796
}
8897
],
98+
8999
'/sigs/': [
90100
{
91101
text: 'SIGs',
92102
children: [
93103
'/sigs/',
104+
'/sigs/sig-list.md',
94105
]
95106
},
96107
{
@@ -107,6 +118,7 @@ export default defineUserConfig({
107118
text: '工作组',
108119
children: [
109120
'/wgs/',
121+
'/wgs/wg-list.md',
110122
]
111123
},
112124
{

communication/README.md

+76-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,76 @@
1-
# Communication
1+
# Communication
2+
3+
本文将向您介绍DragonOS社区的交流平台,帮助您参与到社区的交流之中。
4+
5+
在DragonOS社区的交流平台上,所有的交流都需要遵守[DragonOS社区行为准则]
6+
7+
## 社区团体
8+
9+
DragonOS社区有不同的社区团体,比如SIG和WG等。这些社区团体的交流渠道可以在他们的页面中找到(参见本网站的SIG和WG的页面)。
10+
一般来说,社区团体通过BBS上的板块、线上会议等方式进行交流。
11+
12+
- [SIG(特别兴趣小组)列表]
13+
- [WG(工作组)列表]
14+
15+
## 讨论
16+
17+
社区讨论在这些地方发生:
18+
19+
### GitHub Issue
20+
21+
Issue是最直接最简单的沟通方式,issue里面包含了正式的提问、任务发布、bug报告等
22+
23+
### 论坛版块
24+
25+
#### 明确属于某个SIG的讨论
26+
27+
[DragonOS社区论坛]上,每个SIG/WG都有对应的版块,您可以在那里与SIG的成员们沟通交流
28+
29+
#### 大部分的常规讨论
30+
31+
如果您不清楚您的问题/帖子属于哪个SIG/WG,请在[DragonOS社区论坛]的“常规”板块发帖交流。
32+
33+
### 线上会议
34+
35+
- **DragonOS Community Conference**: 每月的第一个周六晚上为DragonOS Community Conference,您可以在这里参与社区发展相关的技术、非技术的讨论.
36+
具体请参见[DragonOS Community Conference]
37+
- **SIG/WG的例行会议**: 请参考具体的SIG/WG的文档内的描述。
38+
39+
### 交流QQ群
40+
41+
所有非正式的问题,都能在qq群内讨论。**我们欢迎所有感兴趣的人加入我们的QQ群!**
42+
43+
- 1群(已满):115763565
44+
- 2群:476358494
45+
46+
### 社区成员微信群
47+
48+
社区成员微信群主要是方便即时通信&非正式讨论。对于大部分的讨论,建议使用bbs、issue等方式进行。
49+
50+
对于在[社区成员资格]文档中描述的“Member”,可以加入该微信群。
51+
52+
**如何加入?** 当您被批准成为了社区Member后,请在您的*membership request* issue里面,评论:“申请加入社区成员微信群,我的QQ号是xxxxxxxx”。
53+
然后使用上述Q号,添加[@fslongjin](https://github.com/fslongjin)的qq 184829088,接着发送上述issue链接即可。
54+
55+
## 社区媒体平台
56+
57+
### 网站
58+
59+
官网: [https://dragonos.org](https://dragonos.org)
60+
61+
### Bilibili
62+
63+
在Bilibili搜索 “[DragonOS开源社区](https://space.bilibili.com/3546596807542790)
64+
65+
### 微信公众号
66+
67+
在微信搜索“DragonOS”即可
68+
69+
70+
[社区成员资格]: /governance/community-membership.md
71+
[DragonOS社区行为准则]: /contributors/code_of_conduct.md
72+
[SIG(特别兴趣小组)列表]: /sigs/sig-list.md
73+
[WG(工作组)列表]: /wgs/wg-list.md
74+
[DragonOS社区论坛]: https://bbs.dragonos.org.cn
75+
[DragonOS Community Conference]: /communication/dragonos-community-conference.md
76+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# DragonOS Community Conference
2+
3+
每月的第一个周六晚上为DragonOS Community Conference,您可以在这里参与社区发展相关的技术、非技术的讨论.
4+
5+
// TODO: 添加对该活动的介绍,以及活动负责人信息
6+

contributors/code_of_conduct.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ DragonOS 社区是一个开放、包容和互相尊重的社区。我们社区
4545

4646
PMC有权也有责任删除、编辑或拒绝不符合此行为准则的评论、提交、代码、wiki编辑、问题和其他贡献,并在适当的时候披露原因。
4747

48-
任何滥用、骚扰或其他不可接受行为的实例都可以报告给PMC,联系方式为[[email protected]](mailto:[email protected])。所有投诉都将得到及时和公平的审查和调查。
48+
任何滥用、骚扰或其他不可接受行为的事例都可以报告给PMC,联系方式为[[email protected]](mailto:[email protected])。所有投诉都将得到及时和公平的审查和调查。
4949
所有社区领导者都有义务尊重任何事件报告者的隐私和安全。
5050

5151
DragonOS社区目前的举报审查及处理决定由PMC负责。

sigs/sig-list.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# SIG列表
2+
3+
// TODO

wgs/wg-list.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# WG列表
2+
3+
// TODO

0 commit comments

Comments
 (0)