From fa0c874580ca492ce8f076a496e59a563178e02d Mon Sep 17 00:00:00 2001 From: Krishna Saladi Date: Sat, 12 Oct 2019 17:59:41 +0530 Subject: [PATCH 1/2] Fix issue467- Use the imperative form for the bullet list --- buildbots.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildbots.rst b/buildbots.rst index c37b1355bc..da830397b6 100644 --- a/buildbots.rst +++ b/buildbots.rst @@ -16,9 +16,9 @@ will schedule a new build to be run as soon as possible. The build steps run by the buildbots are the following: * Checkout of the source tree for the changeset which triggered the build -* Compiling Python -* Running the test suite using :ref:`strenuous settings ` -* Cleaning up the build tree +* Compile Python +* Run the test suite using :ref:`strenuous settings ` +* Cleanup the build tree It is your responsibility, as a core developer, to check the automatic build results after you push a change to the repository. It is therefore From b6297a5d298b4deb9bd35c9699dbe5149e0f8a36 Mon Sep 17 00:00:00 2001 From: Krishna Saladi Date: Sun, 13 Oct 2019 16:14:27 +0530 Subject: [PATCH 2/2] fix nouns- cleanup, checkout --- buildbots.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildbots.rst b/buildbots.rst index da830397b6..ce1f168456 100644 --- a/buildbots.rst +++ b/buildbots.rst @@ -15,10 +15,10 @@ will schedule a new build to be run as soon as possible. The build steps run by the buildbots are the following: -* Checkout of the source tree for the changeset which triggered the build +* Check out the source tree for the changeset which triggered the build * Compile Python * Run the test suite using :ref:`strenuous settings ` -* Cleanup the build tree +* Clean up the build tree It is your responsibility, as a core developer, to check the automatic build results after you push a change to the repository. It is therefore