* Playbook for the Meet and Greet coordinator
for Contributor Summits.
Signed-off-by: Josh Berkus <josh@agliodbs.com>
* Apply suggestions from code review
Multiple additions by Laura.
Co-authored-by: Laura Santamaria <nimbinatus@users.noreply.github.com>
* Deduplicate content from sig-contrib-events vs. meet-and-greet.
Decided to split meet-and-greet away from f2f, as they don't really belong in the same file.
Signed-off-by: Josh Berkus <josh@agliodbs.com>
* Add note about pins and patches
Signed-off-by: Josh Berkus <josh@agliodbs.com>
---------
Signed-off-by: Josh Berkus <josh@agliodbs.com>
Co-authored-by: Laura Santamaria <nimbinatus@users.noreply.github.com>
When using reference links (`[a link to something][something]`) the link
goes itself is referred to later in the file. This normally should be a
line that starts with the reference name in brackets, followed by the
actual link (`[something]: <link>`).
Many of these reference links in the repo have unnecessary leading
spaces. While this renders OK, at least with GitHub's markdown
rendering, it currently causes problems for sites like kubernetes.dev
that pull in these docs and attempt to update the links so they are
usable from a different rendered location.
While the script that does that import should probably be updated to be
a little more robust, this addresses the immediate need of fixing these
broken kubernetes.dev links by removing the leading whitespaces so they
are properly recongized and updated.
Also some very minor cleanup in some older files. While these don't
appear to be imported elsewhere, they were cleaned up to avoid the risk
of any future copy/paste issues that could happen prior to the doc
import script being updated to handle things correctly.
Signed-off-by: Sean McGinnis <stmcg@amazon.com>
and initial file reorganization.
Moves all elections files under top-level /elections folder
Adds READMEs for the subproject duties
Adds initial subproject members
Signed-off-by: Josh Berkus <josh@agliodbs.com>
* Changed all instancesof k-dev@ and kubernetes-dev@ to dev@kubernetes.io
Changes Removed From archive
updated the link
changes made
csv undo
changed links
* Fix last two instances of googlegroups.com
* Revert changes to election docs for past elections
Co-authored-by: Christoph Blecker <admin@toph.ca>