-
Notifications
You must be signed in to change notification settings - Fork 87
Results description: Remove bold from Code guidance bullets #6168
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -1,12 +1,19 @@ | ||||||||
| Text describing how many results are being shown. | ||||||||
|
|
||||||||
| * **Showing 1–10 of 999 results for "[query]".** The implementation should follow this format: | ||||||||
| #### Structure | ||||||||
|
|
||||||||
| > Showing 1–10 of 999 results for "[query]" | ||||||||
| * When used in non-search contexts, omit the `for "[query]"` portion. For example: `Showing 1–10 of 999 results.` | ||||||||
| The implementation should follow this format: | ||||||||
|
|
||||||||
| * **Update when filters change.** The results description must update when filters are changed so that all users can understand that the results have been updated. Implementation should follow this format: | ||||||||
| * Showing 1–10 of 999 for "[query]" | ||||||||
| * When used in non-search contexts, omit the `for "[query]"` portion. | ||||||||
|
||||||||
| * When used in non-search contexts, omit the `for "[query]"` portion. | |
| * When used in non-search contexts, omit the `for "[query]"` portion. | |
| * The results description should update when filters change so it reflects the currently shown result set. |
Copilot
AI
Apr 22, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description/title say this change only removes bold styling from the existing Code guidance bullets, but this diff also restructures the section (adds a new “Structure” heading) and removes/replaces previously existing guidance and examples. Either update the PR description to match the actual content changes, or revert the non-bolding edits so the change set aligns with the stated intent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The example format now says “Showing 1–10 of 999 for "[query]"”, but the intro sentence describes “how many results are being shown” and the prior content used “999 results”. Consider adding “results” back into the example (or adjusting the intro) to keep terminology consistent and avoid ambiguity.