community
community copied to clipboard
Renaming marketing-team to contributor-comms impact survey
Describe the issue
We want to change the marketing-team subdirectory name to contributor-comms. But, we need to be ready with PRs in case it's mentioned in other files.
Here's the thankfully short list for things with marketing-team in the string: https://gist.github.com/chris-short/3288cb1273654e9323a14156ad58b6fc
I checked out all kubernetes repos and grepped recursively and case insensitively.
/label area/contributor-comms
@chris-short: The label(s) /label area/contributor-comms cannot be applied. These labels are supported: api-review, tide/merge-method-merge, tide/merge-method-rebase, tide/merge-method-squash, team/katacoda, refactor
In response to this:
/label area/contributor-comms
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.
/sig contributor-experience
/label area/contributor-comms
@chris-short: The label(s) /label area/contributor-comms cannot be applied. These labels are supported: api-review, tide/merge-method-merge, tide/merge-method-rebase, tide/merge-method-squash, team/katacoda, refactor
In response to this:
/label area/contributor-comms
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.
/area contributor-comms
/assign
This will need to be broken up into four (4) different PRs based on what needs changing. All mentions of marketing-team need to be replaced with contributor-comms. There could be multiple mentions in the files so search the whole file. Here's how I'd manage the PRs:
Look in higher level directory for OWNERS files to see who has approval rights.
communityrepo has multiple mentions; sigs.yaml likely needs an independent PR- community/committee-steering/governance/sig-governance.md
- community/communication/calendar-guidelines.md
- community/communication/marketing-team/CHARTER.md
- community/communication/marketing-team/role-handbooks/storytellers.md
- community/events/elections/2020/divya-mohan.md
- community/events/events-team/marketing/README.md
- community/mentoring/programs/shadow-roles.md
- community/sig-contributor-experience/README.md
- community/sig-contributor-experience/meeting-notes-archive/2019-meeting-notes.md
- community/sig-contributor-experience/meeting-notes-archive/2020-meeting-notes.md
contributor-site/content/en/blog/2021/non-code-contribution.md(it's a blog but it talks about this group and should be accurately describing and linking to it)- The
websitehas several mentions of marketing-team and they may or may not need to be updated accordingly- website/content/en/blog/_posts/2020-04-21-contributor-communication-upstream-marketing.md
- website/content/en/blog/_posts/2020-10-12-steering-committee-results.md
- website/content/en/docs/contribute/new-content/blogs-case-studies.md
- website/content/zh/blog/_posts/2021-11-08-steering-committee-results-2021.md
- website/content/zh/docs/contribute/new-content/blogs-case-studies.md
- Do
community/sigs.yamlseparately and preferably in a timely fashion or else we're locking ourselves out of our repo until it's merged
This work should be coordinated throughout the course of a day so things don't break in weird ways.
Also, you can check here for any other potentially lingering places: https://cs.k8s.io/?q=marketing-team&i=nope&files=&excludeFiles=&repos=
Thank you, @chris-short. This is very helpful. I will make a PR soon.
Hey, I added this to the ContribEx meeting for tommorrow; need to know what the timing is on this so that I can approve a bunch of PRs.
@harshitasao Do you think these are ready to go?
Can we leave breadcrumbs behind so as to not break any existing links? (i.e. leave a README.md file in any folder that's been renamed with info about where the files have gone)
That would make PRs like https://github.com/kubernetes/website/pull/34451 unneeded I think.
@jberkus @harshitasao I think we're ready to go when you all are. It's been a while at this point so these might need some updates and @nate-double-u has a good suggestion here.
Website PR was just rebased, per @harshitasao so I think we should send these. @jberkus?
/lgtm /approve
Well, if anyone can approve this that'd be awesome.
What needs approval? This is an issue, not a PR, and all the linked PRs to this issue are either merged, closed, or failing tests.
These are in aside from the one that is broken. However none of these actually changed the subdir name, so all of these just broke things by putting in the link we want, not the link there is. @reylejano is going to walk a new contributor through doing that change.