diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ec38ad213c..591bb4e9dd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,35 +2,36 @@ Please make sure you've read and understood our contributing guidelines; https://github.com/moby/moby/blob/master/CONTRIBUTING.md -** Make sure all your commits include a signature generated with `git commit -s` ** +Make sure commits are signed off (`git commit -s`) with your real name. -For additional information on our contributing process, read our contributing -guide https://github.com/moby/moby/blob/master/docs/contributing/ +If the PR relates to an existing issue or PR, mention it at the top: -If this is a bug fix, make sure your description includes "fixes #xxxx", or -"closes #xxxx" - -Please provide the following information: +- Fixes: https://github.com/moby/moby/issues/12345678 +- Replaces: https://github.com/moby/moby/pull/12345678 +- Follow up to: https://github.com/moby/moby/pull/12345678 +- Related to: https://github.com/moby/moby/issues/12345678 --> -**- What I did** +## Summary -**- How I did it** +## Release notes (optional) -**- How to verify it** - -**- Human readable description for the release notes** + ```markdown changelog ``` -**- A picture of a cute animal (not mandatory but encouraged)** - +## A picture of a cute animal (not mandatory but encouraged)