SylviaBABY commented on code in PR #1227: URL: https://github.com/apache/apisix-website/pull/1227#discussion_r927232315
########## 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 + + + + + +## Good first issue + +### Issue #1146 + +**Link**: https://github.com/apache/apisix-ingress-controller/issues/1146 + +**Description**: We should add a new `make dev-env entry` in Makefile, to start a dev environment. + +It should do something: + +- using kind create a new cluster +- Deploy APISIX + etcd +- Build `apisix-ingress-controller`’s image +- Deploy `apisix-ingress-controller` + +Most of them are already contained in the current Makefile, we need to organize them Review Comment: ```suggestion Most of them are already contained in the current Makefile, we need to organize them. ``` ########## blog/zh/blog/2022/07/21/weekly-report-0715.md: ########## @@ -0,0 +1,67 @@ +--- +title: "社区双周报 7.1 - 7.15" Review Comment: ```suggestion title: "社区双周报(7.1 - 7.15)" ``` ########## 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 + + + + + +## Good first issue + +### Issue #1146 + +**Link**: https://github.com/apache/apisix-ingress-controller/issues/1146 + +**Description**: We should add a new `make dev-env entry` in Makefile, to start a dev environment. + +It should do something: + +- using kind create a new cluster Review Comment: ```suggestion - Use kind create a new cluster ``` ########## 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!感兴趣的同学们,走过路过不要错过! + +## 贡献者统计 + + + + + +## 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 中,需要对其进行组织 Review Comment: ```suggestion 其中大多数已经包含在当前的 Makefile 中,需要对其进行组织。 ``` -- 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]
