diff --git a/contribute-docs/content-types/_snippets/changelog-fields.md b/contribute-docs/content-types/_snippets/changelog-fields.md index 23e34d72ec..ebe6f6a057 100644 --- a/contribute-docs/content-types/_snippets/changelog-fields.md +++ b/contribute-docs/content-types/_snippets/changelog-fields.md @@ -70,10 +70,10 @@ issues: # They are externalized in the release docs so users can follow the links and # understand the context. -pr: +prs: -# An optional string that contains the pull request identifier. -# It is externalized in the release docs so users can follow the link and find more details. +# An optional array of pull request identifiers (URLs or numbers). +# Each value is externalized in the release docs so users can follow the links and find more details. subtype: diff --git a/contribute-docs/content-types/changelogs.md b/contribute-docs/content-types/changelogs.md index 5898e5cc9c..946a6e974e 100644 --- a/contribute-docs/content-types/changelogs.md +++ b/contribute-docs/content-types/changelogs.md @@ -60,7 +60,7 @@ Consider including the following elements when they add value: - **Description**: Additional information about the change (maximum 600 characters). For guidance, go to [Write effective descriptions](#changelog-descriptions). - **Areas**: The components, features, or product areas affected by the change (for example, "{{esql}}" or "{{ml-app}}"). -- **PR** and **issues**: The numbers or URLs for the related pull request and issues. +- **Issues** and **prs**: The numbers or URLs for the related issues and pull requests. - **Feature-id**: If you want to be able to track changelogs associated with a specific feature flag or filter them out of the documentation, add a unique identifier. The following elements apply to specific types of changes: