参与编写文档

讨论

请移步至 Github Discussionsopen in new window

勘误

请移步至 Github Issuesopen in new window,并发起一个 Issue。更正完毕后会关闭相关 Issue。

参与创作

参与创作是一个标准的 PR 流程。

询问我

Fork 仓库

  1. 登录 Github。
  2. Fork Era-Chinese-Documentation 项目至自己的账号中。

Clone 至本地

git clone https://github.com/<你的用户名>/Era-Chinese-Documentation.git
1

切换到活跃分支

git checkout dev
1

编写文档

文档标准请参考这里

确认可靠性

运行下列代码:

yarn docs:serve
1

能看到:

build complete in XX.XXs.
Done in XX.XXs.
1
2

且无其他 Error,即通过。

Commit 变更

git add -A
git commit
1
2

Push 至仓库

git push
1

提交 PR

  1. 去到主项目的 PR 界面
    • 地址:https://github.com/miswanting/Era-Chinese-Documentation/pulls
  2. 点击New
  3. 做好设置,等待合并。

参与校对

  1. 提交的内容可能会被要求修改;

署名

Last Updated: 2021/9/30 上午5:06:17
Contributors: Miswanting