Restructure/De-duplicate information in Start/Intermediate/Advanced Contributing#19109
Restructure/De-duplicate information in Start/Intermediate/Advanced Contributing#19109celestehorgan wants to merge 12 commits intokubernetes:masterfrom
Conversation
|
/label do-not-merge/work-in-progress (Edit: it appears I cannot do this myself. I'd love if someone could mark this as a WIP! Thank you!!) |
|
@celestehorgan: The label(s) DetailsIn 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. |
|
@celestehorgan: The label(s) DetailsIn 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. |
|
Deploy preview for kubernetes-io-master-staging ready! Built with commit e5d7f9f https://deploy-preview-19109--kubernetes-io-master-staging.netlify.com |
Signed-off-by: Celeste Horgan <celeste@cncf.io>
cc3da4c to
7dd2c93
Compare
|
/remove-do-not-merge work-in-progress |
|
Congrats @celestehorgan this is impressive work! |
| slug: advanced | ||
| content_template: templates/concept | ||
| weight: 30 | ||
| weight: 98 |
There was a problem hiding this comment.
nit: You could created a separate PR for the extra space changes.
nit: I think it is suggested to use whole number intervals for the weight value (80, 90 ...).
nit: I'd like to see Advanced contributing closer to the middle of the list
There was a problem hiding this comment.
Fix links to pages that are no longer available.
|
@celestehorgan , |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Signed-off-by: Celeste Horgan <celeste@cncf.io>
|
@zacharysarah @kbhawkey @sftim @remyleone Thank you all for the extensive review on this! I've hopefully resolved all the issues, except for a few that I have open questions about. I'm going to start work on a separate PR that fixes links now :) |
|
Due to some Git branching/committing errors on my part(1), it looks as if I'm going to have to drop commits for link fixing into this PR as well :/ Since that will involve touching even more files, I want to make sure that everyone's more or less done with comments around content. To my knowledge, the only thing I haven't addressed is @kbhawkey's general comment about removing the "working locally" section, which I'll address in a follow-up comment to this one. If no one has any objections, I'll drop in those link-related commits on Monday. (1) The commits for this PR were made to the master branch of my fork. I goofed. |
|
In response to:
Content about working locally from a fork lives here: https://deploy-preview-19109--kubernetes-io-master-staging.netlify.com/docs/contribute/new-content/new-content/#large-changes. However, I think it brings up a good point – |
Hello @celestehorgan . If you are depending upon the |
|
All good points, thank you for clarifying. Instead of dropping link corrections now, let add content to address your points, and after that I'll cherrypick the link corrections to this branch. |
| or just close the terminal window. | ||
| {{% /tab %}} | ||
| {{% tab name="Hugo locally" %}} | ||
| {{% tab name="Hugo on the command line" %}} |
There was a problem hiding this comment.
nit: Should the heading emphasize the repo name,
### Fork the kubernetes/website repository
There was a problem hiding this comment.
As in: change Line 85's title to "Fork the kubernetes/website repository?
There was a problem hiding this comment.
Yes. This is a nit. Should a heading emphasize the repository name?
There was a problem hiding this comment.
@kbhawkey Apparently no. I'll make this change and do a sweep through the rest of the PR.
|
@celestehorgan: PR needs rebase. DetailsInstructions 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. |
|
To rebase this and solve the merge conflict, I'd prefer to close this PR and re-open it. As I mentioned previously, I committed these directly to my fork's WDYT? Any requests for when I re-open this PR? |
|
@celestehorgan it's fine if you want to do that! You could: git checkout celestehorgan/master # if your fork's remote is called "celestehorgan"
git checkout -b new-branch-name
git fetch kubernetes master
git rebase -i kubernetes/master # can be fiddly if you haven't done it before
git push -u celestehorgan new-branch-name:new-branch-namethen open a new pull request that mentions this one Does that make sense? |
👍 |
|
Closing to re-open in a less messy way. |
Closes #19108. See also: #18878
Preview Link
This PR replaces the Start Contributing and Intermediate pages into topic/task-based subject areas. It also aims to reduce duplication of content that occurred between these pages.
Some notes:
Thanks in advance, everyone!