-
Notifications
You must be signed in to change notification settings - Fork 1.7k
about_Ref.md: Relationship between [ref] and [PSReference] #11580
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
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
ExpectationsThanks for your submission! Here's a quick note to provide you with some context for what to expect from the docs team and the process now that you've submitted a PR. Even if you've contributed to this repo before, we strongly suggest reading this information; it might have changed since you last read it. To see our process for reviewing PRs, please read our editor's checklist and process for managing pull requests in particular. Below is a brief, high-level summary of what to expect, but our contributor guide has expanded details. The docs team begins to review your PR if you request them to or if your PR meets these conditions:
You can always request a review at any stage in your authoring process, the docs team is here to help! You do not need to submit a fully polished and finished draft; the docs team can help you get content ready for merge. While reviewing your PR, the docs team may make suggestions, write comments, and ask questions. When all requirements are satisfied, the docs team marks your PR as Approved and merges it. Once your PR is merged, it is included the next time the documentation is published. For this project, the documentation is published daily at 3 p.m. Pacific Standard Time (PST). |
@skycommand Thanks for pointing out the difference. There are some issues with your description.
I am working on an update to your PR so you will still get contributor credit. |
Added a new section, "Relationship between [ref] and System.Management.Automation.PSReference" to about_Ref.md.
Learn Build status updates of commit 6cfa7df: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit fdac17c: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
@sdwheeler Wow! You really merged it! The whole thing is over in 8 hours. 🙏 Does the entire Microsoft know that you're their most efficient and most pleasant reviewer? I hope they do. Anyway... I have some suggestions. In technical writings, we should avoid bloated verb forms and metonymy to reduce wordiness. (We do the opposite in communicative writings such as this one to sound more polite.) "Use X to do Y" is the bloated form of "Do X with Y." Metonymy turns it into "Y does X." For example, "You can take advantage of a script block to initialize variables" becomes "You can initialize variables in a script block" (without metonymy) and "A script block can initialize variables" (with metonymy). Have a good one. 👍 |
@skycommand Thanks for the compliments. Regarding the use of metonymy: We strive for concision but there are several factors that play into how we balance verbosity against concision.
With that said, we aren't perfect writers. There is always room for improvements. |
@sdwheeler Hello, again. Sorry to be a pest, but there are some urgent issues that need fixing. I've highlighted them above. By the way, do you not receive any notification unless I use an at-mention? I've posted the first comment yesterday, two minutes after you posted your last comment. (You see, in my case, all at-mentions are superfluous. I get a notification for the comment regardless.) |
@skycommand After the PR has been merged, it is better to open a new issue for further discussions. I do get notifications, but I may not be able to respond immediately. FYI - I am officially on vacation for the remainder of the year. |
PR Summary
This PR adds a new section, entitled "Relationship between
[ref]
andSystem.Management.Automation.PSReference
" to theabout_Ref.md
file for three versions of PowerShell: 7.5, 7.4, and 5.1. This section discusses the fact that PowerShell doesn't treat[ref]
and[System.Management.Automation.PSReference]
(a.k.a.[PSReference]
) semantically the same.Additionally, this PR changes a "note" box to an "important" box because of the information in that box is "required for user success." See Markdown best practices for their differences.
Minor syntactic changes were made by the Authoring Tools' linter.
PR Checklist