Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加SIG-MM文档 #22

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,14 @@ export default defineUserConfig({
'/sigs/sig-network/contributing.md',
]
},
{
text: 'SIG MM',
children: [
'/sigs/sig-mm/',
'/sigs/sig-mm/charter.md',
'/sigs/sig-mm/contributing.md',
]
},
],
'/wgs/': [
{
Expand Down
40 changes: 40 additions & 0 deletions sigs/sig-mm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# SIG-MM

SIG-MM维护并发展了内存管理模块。


该[章程](charter.md)定义了[SIG-MM]的范围和治理相关的内容。

## 会议

- SIG定期会议:**待定** (每两周一次)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里需要补充时间,并且要提前定议程然后发给运营组的同学。如果不清楚的话可以问 [email protected] (也就是 @Samuka007 )哈哈哈

- 会议记录和议程 (这里要指向对应的文档链接)
- 会议视频 (指向DragonOS社区官方bilibili账号下,每个SIG的合集链接)


## SIG管理层

### 主席

SIG 主席负责管理 SIG 的运营和流程。

- 许梓毫 [@Jomocool](https://github.com/Jomocool),华南理工大学
- 胡兆朋 [@MemoryShore](https://github.com/MemoryShore),华南理工大学

## 联系方式

- BBS版块:暂无
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bbs版块联系 @Samuka007 创建

- GitHub团队
- 暂无
- PMC联络人:
- [@Jomocool](https://github.com/Jomocool)
- [@MemoryShore](https://github.com/MemoryShore)

### 工作组
以下是SIG-Main参与并支持的工作组
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

下面这些需要修改

- (暂无)
### 子项目列表
以下子项目归SIG-Main所有:
- (暂无)

[SIG-MM]: README.md
45 changes: 45 additions & 0 deletions sigs/sig-mm/charter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# SIG-MM架构章程

本章程遵循[SIG治理文档]中描述的约定,并使用[SIG章程指南]中概述的角色和组织管理。

## 范围

[SIG-MM]维护并发展了内存管理模块

### 属于SIG-MM的范围


#### [DragonOS]内存管理模块的开发

- 内存管理模块的新功能、特性实现
- 内存管理模块相关问题的维护与解决

### 不属于当前SIG的范围

- 非内存管理模块相关
- 其他操作系统的内存管理相关

## 角色和组织管理
该部分遵循循[SIG治理文档](https://community.dragonos.org/governance/sig-governance/)中描述的角色和组织管理,不对[SIG治理文档](https://community.dragonos.org/governance/sig-governance/)描述的角色职责进行更改

### 主席的额外职责

- 在每次 SIG 会议之前管理和策划与所有子项目相关的项目板,以便进行讨论
- 确保在会议前 24 小时填写议程,否则会议将被取消
- 尽可能在活动和社区会议上报告 SIG 状态
- 积极促进 SIG 的多样性和包容性
- 遵守DragonOS社区行为准则,尤其是在个人行为和责任方面

### 与[SIG治理文档]的差异

与[SIG治理文档]无差异

### 子项目创建

参见[SIG治理文档的子项目创建部分]

[SIG治理文档]: /governance/sig-governance/README.md
[SIG治理文档的子项目创建部分]: /governance/sig-governance/README.md#子项目创建
[SIG章程指南]: /governance/sig-governance/sig-charter-guide.md
[DragonOS]: https://dragonos.org/
[SIG-MM]: README.md
23 changes: 23 additions & 0 deletions sigs/sig-mm/contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 为SIG-MM作出贡献

欢迎为 SIG-MM 作出贡献。SIG-MM 有多个您可以贡献的领域。这些贡献可以以代码、文档、支持的形式出现,参与论坛讨论,出席会议等等。本文档描述了SIG-MM参与的不同主要功能区域,概述了这些领域,并提供了获取更多参与的指南。您可以把这看作是SIG-MM的起点,或者是选择一个您感兴趣的领域来开始。

## 入门

要加入 SIG-MM ,您需要先阅读[贡献者指南]。

<!-- ## SIG-MM的主要领域

我们的SIG涉及了几个不同的领域,为了能让您了解我们的SIG在做什么,因此本文在这里对这些领域进行简要的介绍。 -->


## 代码之外的贡献

## 子项目分拆&负责人任命

### 子项目1

#### 范围
#### 负责人

[贡献者指南]: /contributors/README.md
Loading