-
Notifications
You must be signed in to change notification settings - Fork 502
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 style guide and code quality standards #1694
Comments
Thanks for opening this, Dan! |
+1 Thanks for pointing this out dan, I certainly would like to get some some of these well established (and understood!) to start implementing them. Sometimes I get lost and I feel waste too much time reinventing the wheel. |
@hasheddan when do we want to work on this issue? Seems not part of our roadmap planning but we may wire it into some side-effort. |
Fun discussion w/ @wilsonehusin and some of the team on Twitter: https://twitter.com/stephenaugustus/status/1359354950019657730?s=20 Let's try and tackle this as a priority for v1.21. |
/assign @puerco @wilsonehusin |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I was thinking about this again, thanks to @helayoty! (ref: https://twitter.com/helayoty/status/1497366986841460738) @kubernetes/release-engineering -- Thoughts here? |
@justaugustus: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/unassign @wilsonehusin @puerco Heba, I'm going to take an initial pass using the awesome Crossplane one @hasheddan linked: https://github.com/crossplane/crossplane/blob/master/CONTRIBUTING.md From there, we can iterate on improvements together! |
While it's so hard now to top this amazing work, I totally agree. |
First pass: kubernetes/sig-release#1862 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
@justaugustus the first pass form your last comment is merged. Would a follow up for this be to reference the Would that be basically every project in https://github.com/kubernetes/community/tree/master/sig-release#subprojects? |
What would you like to be added:
As the functionality and number of packages in
krel
continues to grow, we are starting to see divergence in how new features are implemented, tested, and maintained. We should add style guidelines and quality standards so that someone is completely new to the project can make contributions that are easily reviewed and integrated without degrading quality.Why is this needed:
There are a few key areas that we have determined as important to maintain quality and consistency:
This is not an all-inclusive list, but can serve as a good starting point for a document that we can continually iterate on.
/assign @hasheddan @saschagrunert
The text was updated successfully, but these errors were encountered: