Skip to content

Commit d864e19

Browse files
committed
CONTRIBUTING: Update instructions on commit message
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
1 parent 96ec961 commit d864e19

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,15 @@ Note: Some steps are OPTIONAL but all are RECOMMENDED.
6161
- Make sure you include a `Signed-off-by` message in your commits.
6262
Read [this guide](https://github.com/containers/common/blob/main/CONTRIBUTING.md#sign-your-prs)
6363
to learn how to sign your commits.
64-
- In the commit message, reference the Issue ID that your code fixes and a brief description of
65-
the changes.
66-
Example: `Fixes #516: Allow empty network`
64+
- In the commit message body, reference the Issue ID that your code fixes and a brief description of the changes.
65+
Example:
66+
```
67+
Allow empty network
68+
69+
<description, such as links to the compose spec and so on>
70+
71+
Fixes https://github.com/containers/podman-compose/issues/516
72+
```
6773
9. Open a pull request to `containers/podman-compose` and wait for a maintainer to review your work.
6874
6975
## Adding new commands

0 commit comments

Comments
 (0)