From ddac061db783a24d75b24cabc74793f6924d4724 Mon Sep 17 00:00:00 2001 From: Paulchen Date: Thu, 25 Sep 2025 08:36:48 +0200 Subject: [PATCH] PR template: remove outdated contributing guide link update contributing guide link and improve PR template formatting in `.github/PULL_REQUEST_TEMPLATE.md` Signed-off-by: Paulchen Signed-off-by: Lukas Michael Signed-off-by: Sebastiaan van Stijn --- .github/PULL_REQUEST_TEMPLATE.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7335c2b28589..4d00cc1f4f46 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,9 +4,6 @@ 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/ - If this is a bug fix, make sure your description includes "fixes #xxxx", or "closes #xxxx" @@ -20,6 +17,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)** -