From 5bfe844390f32e8f0707ea9ca9e11ff52a72baa4 Mon Sep 17 00:00:00 2001 From: Paulchen Date: Thu, 25 Sep 2025 08:36:48 +0200 Subject: [PATCH] docs: update contributing guide link and improve PR template formatting in `.github/PULL_REQUEST_TEMPLATE.md` Signed-off-by: Paulchen --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7335c2b28589..2532298ae41e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,7 @@ https://github.com/docker/cli/blob/master/CONTRIBUTING.md ** Make sure all your commits include a signature generated with `git commit -s` ** For additional information on our contributing process, read our contributing -guide https://docs.docker.com/opensource/code/ +guide https://docs.docker.com/contribute/ If this is a bug fix, make sure your description includes "fixes #xxxx", or "closes #xxxx" @@ -20,6 +20,7 @@ Provide the following information: **- How to verify it** **- Human readable description for the release notes** + -```markdown changelog +```markdown changelog ``` **- A picture of a cute animal (not mandatory but encouraged)** -