flypiggyyoyoyo commented on code in PR #28:
URL: 
https://github.com/apache/incubator-seata-k8s/pull/28#discussion_r2187235209


##########
docs/developerGuide.zh.md:
##########
@@ -0,0 +1,391 @@
+Seata - K8s 开发者指南
+=====================
+
+
+
+# 引言
+
+本指南旨在帮助新的贡献者快速入门,降低开发门槛,详细介绍如何修改自定义资源定义(CRD)、使用相关开发工具、理解源代码结构以及进行调试。
+
+ ---
+
+# 目录
+
+1. 自定义资源定义(CRDs)修改指南
+
+2. 相关开发工具说明
+
+3. 源码结构解析
+
+4. 调试技术指南
+
+---
+
+# 自定义资源定义(CRDs)修改指南
+
+### 示例
+
+我们以添加一个`Labels`字段开始,这个字段通常用于给资源添加标签
+
+**第一步**,我们应该在 `api/v1alpha1/seataserver_types.go` 文件里,为 `SeataServerSpec` 增加 
`Labels` 字段   

Review Comment:
   Done.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to