Number the desktop packaging requirements list for readability - #511
Open
Roy (RDMacLachlan) wants to merge 1 commit into
Open
Number the desktop packaging requirements list for readability#511Roy (RDMacLachlan) wants to merge 1 commit into
Roy (RDMacLachlan) wants to merge 1 commit into
Conversation
Convert the requirements list on the Prepare to package a desktop application page from unordered bullets to an ordered list for readability. Addresses ADO bug 33128765 and GitHub issue MicrosoftDocs#193. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4b5b11f6-6bf8-4401-90b8-68f710728c8e
Contributor
|
Learn Build status updates of commit 701fc9a: ✅ Validation status: passed
For more details, please refer to the build report. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR improves the readability of the “Prepare to package a desktop application” documentation by converting the desktop packaging requirements section from an unordered list into an ordered list.
Changes:
- Converted the requirements list items from
-bullets to an ordered list (1.items) so the rendered output is numbered. - Adjusted indentation of associated nested content (sub-bullets, notes, and continuation paragraphs) to remain under the relevant list items.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Roy (RDMacLachlan)
marked this pull request as ready for review
August 27, 2026 18:35
Collaborator
Author
|
John Kennedy (@GrantMeStrength) can you take a look at this change, I want to make sure switching from bullet to numbered list makes sense. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Converts the requirements on the Prepare to package a desktop application page from an unordered list to an ordered list for improved readability.
Related work item
Resolves ado #33128765.