-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
Code snippets shouldn't include the command prompt #12779
Conversation
Deploy preview for kubernetes-io-master-staging ready! Built with commit 3a9d399 https://deploy-preview-12779--kubernetes-io-master-staging.netlify.com |
Hi @iamneha , @DanyC97 , @sftim The best approach would be to first create a PR with the details and guidelines in the style guide and then start fixing the pages that are listed out in #12739. |
@iamneha I am closing this PR for now. After the guidelines are approved in the Style Guide please feel free to open this PR. |
/close |
@Rajakavitha1: Closed this PR. 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. |
@Rajakavitha1 Out of curiosity, what are the missing style guidelines that should be addressed first? For context, see #12739 and the current style guide for command prompts. This PR looks like a work in progress (there are more files to fix before this PR truly "fixes" the list in #12739 (comment)), so I'd like to reopen it. |
@zacharysarah based on the discussion between @iamneha @DanyC97 and @sftim in #12739 my understanding was they they had to coordinate before picking on the pages they wanted to fix. Also because we were awaiting a conclusion on the discussion in #12783 so that all are clear about the guidelines before making the fixes. Also, there are multiple PRs for the same issue. For example, #12794, #12793, #12798 and others that also address "Code snippents shouldn't include the command prompt" and this page is also listed in #12739. It is not possible to track all the PRs that are running in parallel, unless it is a coordinated effort. |
@Rajakavitha1 That makes sense. Thanks for providing clarity. 🙇 Closing. |
/reopen |
@iamneha: Reopened this PR. 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. |
@Rajakavitha1 @zacharysarah as per the discussion on the issue #12739 |
@iamneha fyi i already created a PR yesterday which does the same thing #12901 on entire code base is waiting for final review / approve from a core reviewer so maybe you want to close this one and keep the effort in the other PR ? i don't mind which one is which to be honest as long as it gets in and dragging on |
@DanyC97 I really like the effort you put. Let @zacharysarah @Rajakavitha1 @sftim decide what should be done here now. |
no need for an arbiter @iamneha , closed mine in favor of yours, hopefully it will get in soon |
/sig docs |
@iamneha Good work. ✨ /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zacharysarah The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fixes: #12739
Code snippets shouldn't include the command prompt and Separate commands from output
I'm using this guide for code snippet formatting and separate commands from output