File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff 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+ ```
67739. Open a pull request to `containers/podman-compose` and wait for a maintainer to review your work.
6874
6975## Adding new commands
You can’t perform that action at this time.
0 commit comments