README icon indicating copy to clipboard operation
README copied to clipboard

必读 - 如何加入该组织

该 Orgs 用于聚集 Egg 的第三方生态,以方便开发者交流。

Egg 群

Egg 钉钉群

因微信群成员数已超过100,无法二维码邀请。请先加下面两位同学的微信,留言 eggjs-community

thonatos duncup

相关链接

成员职责

TBD

申请加入方式

issue 填写对应的资料。

一些约定

如何发起一个新项目

  • 建立一个仓库后,需要做的配置:https://github.com/eggjs/egg/wiki/How-to-create-a-new-repository
  • 通过 egg-init --type=plugin egg-xxx 初始化项目

规范

  • 代码规范参见:https://eggjs.org/zh-cn/contributing.html
  • 协作流程(TODO)