How can I help contribute to this project? #1031
-
|
Hi! I just came across this project and it looks really interesting. In my previous role I worked on maintaining clusters across multiple cloud vendors, which was quite painful to manage all of them, and I’ve also built on the Kubernetes operator pattern before. I’d love to contribute, can you point me to the best place to get started, or any issues that would be good for a new contributor? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Thanks for sharing your availability! We have some issues marked as At the same time, the best thing is setting up a local dev environment: I strongly suggest Kind since it's the one we're using for e2e, there are all the required steps in the Makefile at the root of project source code, as well as from the official website (https://kamaji.clastix.io/getting-started/kamaji-kind/). |
Beta Was this translation helpful? Give feedback.
Thanks for sharing your availability!
We have some issues marked as
Good first issuewhich are there to be picked up.At the same time, the best thing is setting up a local dev environment: I strongly suggest Kind since it's the one we're using for e2e, there are all the required steps in the Makefile at the root of project source code, as well as from the official website (https://kamaji.clastix.io/getting-started/kamaji-kind/).