We now split up the huge sentence into a list of bullet points under the
headline of the expectations of technical leads.
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This updates flaky-tests.md with all of the information on finding and deflaking tests from the presentation to SIG Testing found here: https://www.youtube.com/watch?v=Ewp8LNY_qTg
Also, this drops the outdated "Hunting flaky unit tests" section from flaky-tests.md.
Co-authored-by: Aaron Crickenberger <spiffxp@google.com>
* contrib-guide: apply styleguide to first-contribution page
* Continuing updates to your first contribution page
Continuing updates to your-first-contribution page to align with style guide
* Update first-contribution.md
Resolved suggested changes to your-first-contribution page
* Update first-contribution.md
Continued making changes to your-first-contribution to align with Kubernetes Developer Style guide per suggested changes
* Update first-contribution.md
Updated your-first-contribution page to resolve suggested changes
The label triage/support has been reclassified as kind/support. The
kind/* family of labels makes more logical sense, as they describe the
"kind" of thing an issue or PR is.
For more information, see the announcement email:
https://groups.google.com/g/kubernetes-dev/c/YcaJpsjjLKw/m/i15cLLx5CAAJ
Since the kubernetes-incubator org has now been retired, this commit
removes references to the org from our docs.
Note that this commit does NOT remove references in the following docs:
* design proposals
* meeting notes
* docs/notes from old events
* Rename kubernetes-sig-leads mentions to leads@ since the group has moved
Signed-off-by: Jorge O. Castro <jorgec@vmware.com>
* Update contributors/chairs-and-techleads/README.md
Co-authored-by: Bob Killen <killen.bob@gmail.com>
Co-authored-by: Bob Killen <killen.bob@gmail.com>
"KRM" is the term we have been using in practice. It was buried and/or implicit in this document. Making it more prominent and explicit to make it easier to find.
* End-to-end setup instructions for Linux, Windows, and macOS
This covers E2E setup instructions for compiling Kubernetes locally on
Linux, Windows, and macOS workstations. There is also a substantial
rewrite of the instructions for running tests, along with relevant
links for more information.
* Clarification of a few changes to the Developer Guide
Cleared up instructions for jq and etcd in the Developer Guide.
* Developer guide: add note about shell init scripts in macOS