navendu-pottekkat commented on code in PR #1443: URL: https://github.com/apache/apisix-ingress-controller/pull/1443#discussion_r1015114207
########## docs/en/latest/contribute.md: ########## @@ -21,92 +27,103 @@ title: Developing for Apache APISIX Ingress Controller # --> -This document explains how to get started with developing for Apache APISIX Ingress controller. +This document walks through how you can set up your development environment to contribute to APISIX Ingress controller. ## Prerequisites -* Install [Go 1.19](https://golang.org/dl/) or later, and we use go module to manage the go package dependencies. -* Prepare an available Kubernetes cluster in your workstation, we recommend you to use [KIND](https://kind.sigs.k8s.io/). -* Install Apache APISIX in Kubernetes by [Helm Chart](https://github.com/apache/apisix-helm-chart). +Before you get started make sure you have: + +1. Installed [Go 1.13](https://golang.org/dl/) or later Review Comment: Of course! -- 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]
