Conversation
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
Signed-off-by: Justin Kenyon <kenyonj@github.com>
There was a problem hiding this comment.
Pull Request Overview
This PR fixes malformed arrays across several topic markdown files by removing trailing commas in array-like lists to ensure proper formatting.
- Removed trailing commas from the "related" field in topics/ux, topics/stata, and topics/point-and-click.
- Removed trailing commas from the "aliases" field in topics/mcnp, topics/fuzzing, and topics/crud.
Reviewed Changes
Copilot reviewed 6 out of 24 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| topics/ux/index.md | Removed trailing comma from the "related" array. |
| topics/stata/index.md | Removed trailing comma from the "related" array. |
| topics/point-and-click/index.md | Removed trailing comma from the "related" array. |
| topics/mcnp/index.md | Removed trailing comma from the "aliases" list. |
| topics/fuzzing/index.md | Removed trailing comma from the "aliases" list. |
| topics/crud/index.md | Removed trailing comma from the "aliases" list. |
| short_description: User experience is about the anticipation of the needs of the user and solutions that fit them. | ||
| topic: ux | ||
| related: usability, information-architecture, ui, design-patterns, developer-experience, customer-experience, employee-experience, universal-design, accessibility, accessibility-experience, | ||
| related: usability, information-architecture, ui, design-patterns, developer-experience, customer-experience, employee-experience, universal-design, accessibility, accessibility-experience |
There was a problem hiding this comment.
The removal of the trailing comma in the 'related' list ensures proper array formatting in the YAML file.
| created_by: StataCorp | ||
| logo: stata.png | ||
| related: mata, stata-schemes, data-visualization, data-analysis, data-science, | ||
| related: mata, stata-schemes, data-visualization, data-analysis, data-science |
There was a problem hiding this comment.
Removing the trailing comma from the 'related' list corrects the array structure and prevents potential parsing errors.
| topic: point-and-click | ||
| aliases: point-n-click | ||
| related: scumm, | ||
| related: scumm |
There was a problem hiding this comment.
The change removes an unnecessary trailing comma from the 'related' list, ensuring consistent YAML syntax.
| @@ -1,5 +1,5 @@ | |||
| --- | |||
| aliases: mcnp5, mcnp6, | |||
| aliases: mcnp5, mcnp6 | |||
There was a problem hiding this comment.
The removal of the trailing comma from the 'aliases' list prevents malformed array issues in the YAML file.
| @@ -1,5 +1,5 @@ | |||
| --- | |||
| aliases: fuzz-testing, api-fuzzing, | |||
| aliases: fuzz-testing, api-fuzzing | |||
There was a problem hiding this comment.
Eliminating the trailing comma from the 'aliases' list resolves potential formatting errors in the YAML declaration.
| --- | ||
| display_name: CRUD | ||
| aliases: crudl, | ||
| aliases: crudl |
There was a problem hiding this comment.
Removing the undesired trailing comma from the 'aliases' list corrects the YAML syntax and ensures proper parsing.
Please confirm this pull request meets the following requirements:
Which change are you proposing?
Editing an existing topic or collection
I'm suggesting these edits to an existing topic or collection:
*.png, square, dimensions 288x288, size <= 75 kB)index.md)Curating a new topic or collection
https://github.com/topics/[NAME]orhttps://github.com/collections/[NAME])*.pngimage (if applicable) andindex.mdindex.mdconform to the Style Guide and API docs: https://github.com/github/explore/tree/main/docsSomething that does not neatly fit into the binary options above
Please note: we will close your PR without comment if you do not check the boxes above and provide ALL requested information.