-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Ensure all repos have the CoC #3053
Comments
Created PRs for all repos with missing CoC:
Will report back once all have been merged. |
SGTM 👍 |
Using her code sgtm, but I think the tool should have a different name than secping, although it wouldn't be the end of the world if that happens. |
/kind feature |
Come to think of it...I don't think we need a tool for the CoC anymore. All new repos are created by the github-mangement team and the initial commit is from https://github.com/kubernetes/kubernetes-template-project (which contains the CoC). We won't need this unless someone removes the CoC explicitly - which I don't think will happen. Closing this. Please reopen if needed. |
@nikhita: 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 wrote up some quick Go code for identifying repos that don't have the
CONTRIBUTING.md
file for kubernetes/steering#28. Used the same one for finding missing LICENSE files (kubernetes/steering#57 (comment)) and CoC.The following repos don't have the file
code-of-conduct.md
at their root:kubernetes:
kubernetes/website
kubernetes/klog
kubernetes/cloud-provider-sample
kubernetes-sigs:
kubernetes-sigs/aws-alb-ingress-controller
kubernetes-sigs/aws-iam-authenticator
kubernetes-sigs/mutating-trace-admission-controller
We should probably automate this like secping? Thoughts about how to go about this? I see two options right now:
/cc @cblecker @fejta @spiffxp @BenTheElder @jessfraz
/sig contributor-experience
/committee conduct
The text was updated successfully, but these errors were encountered: