-
|
I would like to dive into the detail of implemetation of #23597 here. Since the CONTRIBUTING.md said that it's discouraged to submit a PR exceeding 300-500 lines of code. I think this feature is too big to fit into one single PR, which means multiple PR might be needed. I have started a very basic implemtation here, thanks to Copilot, which would print 10 lines of pod's log of each pods, and I wrap these features into a new introduced feature toggle called I want to ask how large the PR should be included in the PR , and what kind of condition should be meet in the content. Before submitting the PR, I want to align the implementation with the maintainer here to avoid any differences between our ideas. Here are the future TODO:
I would like to hear more discussion about this feature |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @titaneric, for brand new components it is challenging to keep a PR under 300 lines (even if we excluded the generated CUE file changes). There are techniques we can follow to split this up into multiple PRs but feel free to start with a single PR. We will review and if we think it's too large, we will recommend a better strategy. Try to trim down all optional features that can be easily added later without breaking the config UX. |
Beta Was this translation helpful? Give feedback.
Hi @titaneric, for brand new components it is challenging to keep a PR under 300 lines (even if we excluded the generated CUE file changes). There are techniques we can follow to split this up into multiple PRs but feel free to start with a single PR. We will review and if we think it's too large, we will recommend a better strategy. Try to trim down all optional features that can be easily added later without breaking the config UX.