Skip to content

Commit 5bfe844

Browse files
committed
docs: update contributing guide link and improve PR template formatting in .github/PULL_REQUEST_TEMPLATE.md
Signed-off-by: Paulchen <lukas.23022005@gmail.com>
1 parent 903e9b3 commit 5bfe844

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ https://github.com/docker/cli/blob/master/CONTRIBUTING.md
55
** Make sure all your commits include a signature generated with `git commit -s` **
66
77
For additional information on our contributing process, read our contributing
8-
guide https://docs.docker.com/opensource/code/
8+
guide https://docs.docker.com/contribute/
99
1010
If this is a bug fix, make sure your description includes "fixes #xxxx", or
1111
"closes #xxxx"
@@ -20,6 +20,7 @@ Provide the following information:
2020
**- How to verify it**
2121

2222
**- Human readable description for the release notes**
23+
2324
<!--
2425
Write a short (one line) summary that describes the changes in this
2526
pull request for inclusion in the changelog.
@@ -28,10 +29,9 @@ It must be placed inside the below triple backticks section.
2829
NOTE: Only fill this section if changes introduced in this PR are user-facing.
2930
The PR must have a relevant impact/ label.
3031
-->
31-
```markdown changelog
3232

33+
```markdown changelog
3334

3435
```
3536

3637
**- A picture of a cute animal (not mandatory but encouraged)**
37-

0 commit comments

Comments
 (0)