From 6579f59d45db9179c624217bf4b38d397978d7a1 Mon Sep 17 00:00:00 2001 From: mengshukeji Date: Wed, 11 Nov 2020 12:20:35 +0800 Subject: [PATCH] docs(contribute): docs add contribute --- docs/guide/contribute.md | 0 docs/zh/guide/contribute.md | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100644 docs/guide/contribute.md create mode 100644 docs/zh/guide/contribute.md diff --git a/docs/guide/contribute.md b/docs/guide/contribute.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/zh/guide/contribute.md b/docs/zh/guide/contribute.md new file mode 100644 index 0000000..74a1d41 --- /dev/null +++ b/docs/zh/guide/contribute.md @@ -0,0 +1,11 @@ +## 如何参与贡献? +([参考](https://tubemq.apache.org/zh-cn/docs/development/how-to-contribute.html)) +## 如何提交issues(反馈bug/改进建议/需求) +## 如何认领issues +## 如何提交代码(详细的github工作流[参考](https://github.com/alibaba/Sentinel/wiki/%E5%BC%80%E6%BA%90%E8%B4%A1%E7%8C%AE%E6%8C%87%E5%8D%97#github-%E5%B7%A5%E4%BD%9C%E6%B5%81),或者[如何提交代码](https://tubemq.apache.org/zh-cn/docs/development/how-to-commit.html),包括如何搭建开发环境,使用npm run commit[规范commit信息](https://dushusir.github.io/blog/2020/07/17/git-commit-guide/)) +## 如何贡献文档 +## 代码规范 +## 行为准则 +## 如何成为Luckysheet Committer +## 贡献者列表 +## 你能想到的其他部分 \ No newline at end of file