From 5a1c6f45be3e6e9e7f479f96da5526f2eefd2a35 Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Fri, 7 Dec 2018 17:48:01 +0000 Subject: [PATCH 1/3] Update link to kernel.org DCO usage https://www.kernel.org/doc/Documentation/SubmittingPatches returns a simple page indicating that it's moved to: "process/submitting-patches.rst". I believe the new link contains the same information as what was previously linked to. --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 6ef7d48dc..a9fc12f6d 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -102,7 +102,7 @@ Sign off In order to have a concrete record that your contribution is intentional and you agree to license it under the same terms as the project's license, we've adopted the same lightweight approach that the Linux Kernel -(https://www.kernel.org/doc/Documentation/SubmittingPatches), Docker +(https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin), Docker (https://github.com/docker/docker/blob/master/CONTRIBUTING.md), and many other projects use: the DCO (Developer Certificate of Origin: http://developercertificate.org/). This is a simple declaration that you wrote From 912a84329420ea81ec449d4e8f53706d9b8a3f4e Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Fri, 7 Dec 2018 17:50:52 +0000 Subject: [PATCH 2/3] changelog --- changelog.d/4274.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/4274.misc diff --git a/changelog.d/4274.misc b/changelog.d/4274.misc new file mode 100644 index 000000000..c85fb53b5 --- /dev/null +++ b/changelog.d/4274.misc @@ -0,0 +1 @@ +Update link to kernel DCO guide From 5986a10f164c7050de2805b0319e8242c39652dc Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Tue, 11 Dec 2018 18:11:48 +0000 Subject: [PATCH 3/3] Update CONTRIBUTING.rst Reduce size of hyperlink --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index a9fc12f6d..b99a022c6 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -102,7 +102,7 @@ Sign off In order to have a concrete record that your contribution is intentional and you agree to license it under the same terms as the project's license, we've adopted the same lightweight approach that the Linux Kernel -(https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin), Docker +`submitting patches process `_, Docker (https://github.com/docker/docker/blob/master/CONTRIBUTING.md), and many other projects use: the DCO (Developer Certificate of Origin: http://developercertificate.org/). This is a simple declaration that you wrote