Skip to content

Commit

Permalink
doc: Deal with paragraphes in trailers (#4179)
Browse files Browse the repository at this point in the history
Git trailers have a funny format.

---------

Signed-off-by: Ivan Enderlin <[email protected]>
Co-authored-by: Benjamin Bouvier <[email protected]>
  • Loading branch information
Hywan and bnjbvr authored Oct 29, 2024
1 parent 5f0ba1e commit c48bb13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,14 @@ stringify Ed25519 and thus present them to users. It's also commonly used when
Ed25519 keys need to be inserted into JSON.
Changelog: Add the `Ed25519PublicKey::to_base64()` method which can be used to
stringify the Ed25519 public key.
stringify the Ed25519 public key.
```

In this commit message, the content specified in the `Changelog` trailer will be
used for the changelog entry.

Be careful to add at least one whitespace after new lines to create a paragraph.

### Security fixes

Commits addressing security vulnerabilities must include specific trailers for
Expand Down

0 comments on commit c48bb13

Please sign in to comment.