From: Zac Dover Date: Tue, 22 Sep 2020 09:10:15 +0000 (+1000) Subject: doc/dev: updated date from 2016 X-Git-Tag: v16.1.0~995^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f0d1ba50ce59be0e5524c185db0cffd7383ed125;p=ceph.git doc/dev: updated date from 2016 This updates a date from 2016 to 2020, so that readers can be confident that the procedure that they're reading has been recently tested. Signed-off-by: Zac Dover --- diff --git a/doc/dev/developer_guide/basic-workflow.rst b/doc/dev/developer_guide/basic-workflow.rst index a21569da66fa0..46f6e2a42a973 100644 --- a/doc/dev/developer_guide/basic-workflow.rst +++ b/doc/dev/developer_guide/basic-workflow.rst @@ -207,7 +207,7 @@ Automated PR validation When your PR hits GitHub, the Ceph project's `Continuous Integration (CI) `_ infrastructure will test it automatically. At the time of this writing -(March 2016), the automated CI testing included a test to check that the +(September 2020), the automated CI testing included a test to check that the commits in the PR are properly signed (see :ref:`submitting-patches`) and a :ref:`make-check` test.