-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add proposal process #66
Conversation
Signed-off-by: nikimanoledaki <[email protected]>
ba04fc2
to
e9a84c3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nikimanoledaki I like this approach a lot and I think it can help a lot with larger features / deliverables the WG will work on.
I have more experience with ADRs than the KEP process. Looks like this is a lighter version of the KEP process?
It would be good to hear opinions from others who are more familiar with KEPs.
Co-authored-by: Ross Fairbanks <[email protected]> Signed-off-by: nikimanoledaki <[email protected]>
c62bcb2
to
36fb0c9
Compare
Co-authored-by: Ross Fairbanks <[email protected]> Signed-off-by: nikimanoledaki <[email protected]>
36fb0c9
to
d47e971
Compare
Hi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Having some kind of design document with the usual questions is a good change. The KEP template is quite extensive. We will see which sections will make sense once we use it a few times. Lets try this out and make adjustments if needed. |
What type of PR is this?
kind/documentation
What this PR does / why we need it:
Which issue(s) this PR fixes:
#47
Special notes for your reviewer (optional):
Please let me know what you think about creating a proposal process through this repository. It's similar to the KEP process in Kubernetes or ADRs which is widely used in OSS. Going through git would allow a better tracking of the history of proposals and how they change. It would also help to have discussions on individual points via PRs.