Skip to content

Commit 0250571

Browse files
SunrisepeakCopilot
andauthored
docs: add contribute page and update join page (#5)
* docs: add contribute page and update join page - mcpp-community/OpenOrg#1 - mcpp-community/OpenOrg#28 Signed-off-by: sunrisepeak <speakshen@163.com> * Update homepage/docs/base/contribute.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update homepage/docs/base/join.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Signed-off-by: sunrisepeak <speakshen@163.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5d5eef2 commit 0250571

4 files changed

Lines changed: 30 additions & 6 deletions

File tree

homepage/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export default defineConfig({
5757
items: [
5858
{ text: '认识', link: '/docs/base/intro.md' },
5959
{ text: '新手教程', link: '/docs/base/quick-start.md' },
60+
{ text: '参与社区', link: '/docs/base/contribute.md' },
6061
{ text: '加入社区', link: '/docs/base/join.md' },
6162
{ text: '常见问题', link: '/docs/base/qa.md' },
6263
]

homepage/docs/base/contribute.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# 参与社区活动和贡献
2+
3+
## 参与社区讨论
4+
5+
> 积极参与讨论, 帮助社区用户解决问题, 分享/发布C++相关的文章
6+
7+
- [mcpp社区论坛](https://forum.d2learn.org/category/20)
8+
9+
## 处理社区任务
10+
11+
> 社区会公开发布一些任务到 [社区公开任务面板](https://github.com/orgs/mcpp-community/projects/3), 可以在里面自己感兴趣并且合适的任务去完成, 以及给一些项目提交PR等
12+
13+
- [社区公开任务面板](https://github.com/orgs/mcpp-community/projects/3)
14+

homepage/docs/base/join.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,26 @@
1717
1818
- [参与讨论](https://forum.d2learn.org/category/20)
1919
- 即时交流群(Q): 1067245099
20-
- [members](https://github.com/orgs/mcpp-community/teams/members): TODO(准备中) - 开放Org的Member申请渠道, 增强社区成员归属感, 并开放部分Private/预研项目权限
20+
21+
::: tip
22+
23+
- [members](https://github.com/orgs/mcpp-community/teams/members): 开放Org的Member申请渠道, 增强社区成员归属感, 并开放部分Private/预研项目权限, 方便社区成员参与项目
24+
- 不管你是开发者, 还是爱好者, 或是对mcpp社区的发展和运营感兴趣, 都可以进行申请
25+
- [members 申请](https://github.com/mcpp-community/members/issues/new?template=join-members.yml)
26+
27+
:::
2128

2229
### 社区贡献者
2330

24-
> 参与过社区项目贡献或捐赠的成员
31+
> 参与过社区项目贡献或捐赠的成员 - [Contributors](https://github.com/mcpp-community/.github)
2532
26-
- [Contributors](https://github.com/mcpp-community/.github)
33+
- [赞助社区](/pages/sponsor.md)
34+
- [参与社区任务处理](https://github.com/orgs/mcpp-community/projects/3)
2735

2836
### 社区团队成员
2937

3038
> 社区CoreTeam和VTeam中的成员, 需要完成一些社区分配的任务并参与双周会的讨论
3139
32-
- [CoreTeam](https://github.com/orgs/mcpp-community/teams/coreteam)
33-
- [VTeam](https://github.com/orgs/mcpp-community/teams/vteam)
40+
- [申请加入VTeam](https://github.com/mcpp-community/members/issues/new?template=join-vteam.yml)
41+
42+

homepage/docs/base/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# 新手教程
22

3-
可以按照下面的步骤, 来一步步了解社区或参与社区活动
3+
可以按照下面的步骤, 来一步步了解社区或参与社区活动

0 commit comments

Comments
 (0)