Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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
5 changes: 4 additions & 1 deletion CHARTER.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
层级: Organization Integration
层级: Organization
职责限定: GitHub Platform Integration
状态: Active
负责人: MathArts maintainers
---
Expand All @@ -9,6 +10,8 @@
维护 MathArts 在 GitHub 平台上的公共组织主页、默认社区健康文件、
Issue/PR 模板和平台集成配置。

本仓库属于 Organization 层,但只承担 GitHub 平台集成职责,不定义 MathArts 的组织架构、治理模型或工程规范。

## 职责范围

- GitHub 组织主页
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ git switch -c <类型>/<简要描述>
* 不无故降低类型安全或测试覆盖;
* 与已接受的架构决定和规范保持一致。

通用约定参见 MathArts 的[代码风格指南](https://github.com/matharts/ecosystem/blob/main/specs/code/style.md)。项目仓库的本地规则优先于组织级通用指南。
通用约定参见 MathArts 的[代码风格指南](https://github.com/matharts/ecosystem/blob/main/specs/engineering/code-style.md)。项目仓库的本地规则优先于组织级通用指南。

## 10. 术语、规则和知识数据

Expand Down Expand Up @@ -374,7 +374,7 @@ README 应用于项目介绍和快速开始,不应成为所有技术细节的

## 13. Commit 规范

MathArts 默认使用 Conventional Commits 风格。详细要求参见[Commit 规范](https://github.com/matharts/ecosystem/blob/main/specs/git/commit.md)。目标仓库可以根据发布流程和工具链制定更具体的 Commit 要求。
MathArts 默认使用 Conventional Commits 风格。详细要求参见[Commit 规范](https://github.com/matharts/ecosystem/blob/main/specs/engineering/commit-convention.md)。目标仓库可以根据发布流程和工具链制定更具体的 Commit 要求。

基本格式:

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

本仓库维护 MathArts GitHub 组织的默认社区健康文件和跨仓库协作配置。

本仓库的主要层级为 **Organization**,职责限定为 **GitHub Platform Integration**。正式边界以 [`CHARTER.md`](CHARTER.md) 为准;组织架构、治理和跨仓库规范由 [`matharts/ecosystem`](https://github.com/matharts/ecosystem) 维护。

当组织内的项目仓库没有提供同类文件时,GitHub 会使用本仓库中的默认版本。项目特定的规则、架构和文档仍应在对应项目仓库中维护。

## 快速入口
Expand Down
Loading