Skip to content

Commit

Permalink
Solve line break issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Oct 2, 2024
1 parent a77851a commit bcb1315
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,9 @@ To generically refer to an issue without any further action, use `Refs` and one
or more GitHub issue numbers:

```markdown
Refs: #12 Refs: #25, #65
Refs: #12

Refs: #25, #65
```

To indicate that the pull request shall close an open issue, use `Closes` and a
Expand All @@ -230,10 +232,13 @@ Closes: #17
Changelog entries are collected using the following trailers, and later parsed
into the [changelog](CHANGELOG.md) for the next release:

```markdown
Added: Some new feature Changed: Some change in existing functionality
Deprecated: Some soon-to-be removed feature Removed: Some now removed feature
Fixed: Some bug fix Security: Some vulnerability was fixed
```Text
Added: Some new feature
Changed: Some change in existing functionality
Deprecated: Some soon-to-be removed feature
Removed: Some now removed feature
Fixed: Some bug fix
Security: Some vulnerability was fixed
```

You can use any of the other common git trailers. In particular, you can use
Expand Down

0 comments on commit bcb1315

Please sign in to comment.