Skip to content

Commit

Permalink
增加贡献指南
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhongjia committed Nov 24, 2023
1 parent f3d8b1e commit 3b84a50
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions learn/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,21 @@

本网站仅仅用于帮助用户快速学习和了解 [Zig](https://github.com/ziglang/zig)
当前 [Zig](https://github.com/ziglang/zig) 版本尚未发布`1.0`版本,文档可能存在错误之处,敬请谅解!

## 参与贡献

欢迎各位志同道合的“道友”参与贡献本文档,并一起壮大 zig 中文社区!

贡献方法:

- fork 本文档仓库
- 创建一个新的分支,请勿直接使用主分支进行修改
- 发起 pull request
- 等待 review
- 合并到上游仓库,并由 github action 自动构建

::: info 🅿️ 提示

本文档所使用的构建工具为 [bunjs](https://bun.sh/),在提交时请勿将其他nodejs的包管理工具的额外配置文件添加到仓库中。

:::

0 comments on commit 3b84a50

Please sign in to comment.