Skip to content

docs: add Git notes correcting recent commit messages#12935

Closed
Planeshifter wants to merge 1 commit into
developfrom
philipp/git-notes-20260617
Closed

docs: add Git notes correcting recent commit messages#12935
Planeshifter wants to merge 1 commit into
developfrom
philipp/git-notes-20260617

Conversation

@Planeshifter

@Planeshifter Planeshifter commented Jun 17, 2026

Copy link
Copy Markdown
Member

Summary

This PR adds a docs/git-notes/ amendment note for one commit from the last 24 hours whose trailer block was malformed.

Notes

  • d657500: blank line between Closes: and Co-authored-by: broke the contiguous trailer block — git only recognized Co-authored-by: / Reviewed-by: / Assisted-by: as trailers; PR-URL: and Closes: were parsed as message body. Also had a double blank line after the subject. The corrected message removes both extra blank lines so all six trailers form a single contiguous block.

Audit scope

45 non-merge commits from the last 24 hours on develop were inspected:

  • All PR-URL, Closes, and Ref numbers were verified to exist and match the correct PR/issue via the GitHub API.
  • No spelling or grammar errors found in subjects.
  • No conventional-commits style violations found.
  • One malformed-trailer instance found (above).

Checklist

Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
@stdlib-bot

Copy link
Copy Markdown
Contributor

Hello! Thank you for your contribution to stdlib.

We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:

  1. Please read our contributing guidelines.

  2. Update your pull request description to include this checked box:

    - [x] Read, understood, and followed the [contributing guidelines](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md)

This acknowledgment confirms that you've read the guidelines, which include:

  • The developer's certificate of origin
  • Your agreement to license your contributions under the project's terms

We can't review or accept contributions without this acknowledgment.

Thank you for your understanding and cooperation. We look forward to reviewing your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants