yzeng25 commented on code in PR #1227:
URL: https://github.com/apache/apisix-website/pull/1227#discussion_r926460133


##########
blog/zh/blog/2022/07/21/weekly-report-0715.md:
##########
@@ -0,0 +1,67 @@
+---
+title: "社区双周报 7.1 - 7.15"
+keywords: 
+- Apache APISIX
+- API 网关
+- 社区周报
+- 贡献者
+description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 
社区的每周进展,方便大家参与到 Apache APISIX 社区中来。
+tags: [Events]
+---
+
+> 从 7.1 - 7.15,有 28 位开发者为 Apache APISIX 提交了 99 个 commits。感谢这些小伙伴为 Apache 
APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!
+
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。
+
+“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 
Apache APISIX 社区中来。
+
+我们还整理了一些适合新来社区的小伙伴们参加的 issue!感兴趣的同学们,走过路过不要错过!
+
+## 贡献者统计
+
+![本周贡献者名单](https://static.apiseven.com/2022/weeklyreport/0721/3.jpg)
+
+![本周新晋贡献者](https://static.apiseven.com/2022/weeklyreport/0721/1.png)

Review Comment:
   Borbur already started contributed on or before June 30th, see 
https://apisix.apache.org/blog/2022/06/21/weekly-report-0621/#contributor-statistics.
   
   Why is he listed as 'New contributor' here?



##########
blog/zh/blog/2022/07/21/weekly-report-0715.md:
##########
@@ -0,0 +1,67 @@
+---
+title: "社区双周报 7.1 - 7.15"
+keywords: 
+- Apache APISIX
+- API 网关
+- 社区周报
+- 贡献者
+description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 
社区的每周进展,方便大家参与到 Apache APISIX 社区中来。
+tags: [Events]
+---
+
+> 从 7.1 - 7.15,有 28 位开发者为 Apache APISIX 提交了 99 个 commits。感谢这些小伙伴为 Apache 
APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!
+
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。
+
+“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 
Apache APISIX 社区中来。
+
+我们还整理了一些适合新来社区的小伙伴们参加的 issue!感兴趣的同学们,走过路过不要错过!
+
+## 贡献者统计
+
+![本周贡献者名单](https://static.apiseven.com/2022/weeklyreport/0721/3.jpg)
+
+![本周新晋贡献者](https://static.apiseven.com/2022/weeklyreport/0721/1.png)
+
+## Good first issue
+
+### Issue #1146
+
+**链接**:https://github.com/apache/apisix-ingress-controller/issues/1146
+
+**问题描述**:应该在 Makefile 中添加一个新的 `make dev env`,以启动开发环境。
+
+它需要完成:
+
+- 使用 kind 创建新集群
+- 部署 APISIX + etcd
+- 构建 `apisix-ingress-controller` 的镜像
+- 部署 `apisix-ingress-controller`
+
+其中大多数已经包含在当前的 Makefile 中,需要对其进行组织
+
+### Issue #1129
+
+**链接**:https://github.com/apache/apisix-ingress-controller/issues/1129
+
+**问题描述**:当前项目的 `e2e` 中使用了大量的 `time.sleep`,这无疑会增加 CI 的整体耗时。
+
+https://pkg.go.dev/k8s.io/apimachinery/pkg/util/wait 包提供了轮询(Polling)或监听条件变化的工具。
+
+可以用 `wait` 代替当前的 `time.sleep`,以一种更好的方式来确定是否已经达到我们所期望的状态。
+
+## 近期功能特性亮点
+
+- [新增在 Ingress 资源中可以通过 annotation 绑定 ApisixPluginConfig 的能力,让 Ingress 资源可以直接使用 
APISIX 
的插件能力](https://github.com/apache/apisix-ingress-controller/pull/1139)(贡献者:[dickens7](https://github.com/dickens7))
+
+- [- 修复 APISIX Dashboard 中路由复制时的 ID 
冲突问题](https://github.com/apache/apisix-dashboard/pull/2501)(贡献者:[SkyeYoung](https://github.com/SkyeYoung))

Review Comment:
   Remove extra bullet point mark.
   
   <img width="769" alt="image" 
src="https://user-images.githubusercontent.com/36651058/180178946-b94ace82-c1dc-491f-ab75-55ae979aa288.png";>
   
   
   ```suggestion
   - [修复 APISIX Dashboard 中路由复制时的 ID 
冲突问题](https://github.com/apache/apisix-dashboard/pull/2501)(贡献者:[SkyeYoung](https://github.com/SkyeYoung))
   ```



##########
blog/en/blog/2022/07/21/weekly-report-0715.md:
##########
@@ -0,0 +1,65 @@
+---
+title: Biweekly Report (Jul 1 - Jul 15)
+keywords:
+- Apache APISIX
+- API Gateway
+- Weekly Report
+- Contributor
+description: The Apache APISIX Community Weekly Report hopes to help community 
members better understand the weekly progress of the Apache APISIX community 
and and facilitate everyone to participate in the Apache APISIX community.
+tags: [Events]
+---
+
+> From Jul 1st to Jul 15th, 28 contributors submitted 99 commits for Apache 
APISIX. Thank you all for your contributions to Apache APISIX. It is your 
selfless contribution to make the Apache APISIX project better!
+
+<!--truncate-->
+
+## Introduction
+
+Apache APISIX has grown as a community from the first day of open source and 
has quickly become the most active open source API gateway project in the 
world. These achievements cannot be achieved without the joint efforts of our 
community partners.
+
+"If you want to go fast, go alone.If you want to go far, go together." The 
Apache APISIX Community Weekly Report hopes to help community members better 
understand the weekly progress of the Apache APISIX community and and 
facilitate everyone to participate in the Apache APISIX community.
+
+We have also compiled some issues suitable for newcomers to the community to 
participate in! If you are interested, don't miss it!
+
+## Contributor Statistics
+
+![Contributors List](https://static.apiseven.com/2022/weeklyreport/0721/4.jpg)
+
+![New Contributors](https://static.apiseven.com/2022/weeklyreport/0721/2.png)

Review Comment:
   Borbur already started contributed on or before June 30th, see 
https://apisix.apache.org/blog/2022/06/21/weekly-report-0621/#contributor-statistics.
   
   Why is he listed as 'New contributor' here?



##########
website/static/data/events.json:
##########
@@ -1,5 +1,9 @@
 [   
   {
+    "title": "Biweekly Report (Jul 1 - Jul 30)",

Review Comment:
   <img width="1505" alt="image" 
src="https://user-images.githubusercontent.com/36651058/180179123-836999fc-231f-4d79-aa5f-3d2cac600565.png";>
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to