From 9f729e8e1ab2dd4dfc6c6f755a8afb5c9205d12f Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Tue, 7 Nov 2023 03:42:17 -0500 Subject: [PATCH] update kit requirements: CI is not mandatory (#97) * Clarify that CI is encouraged and not mandatory. --- docs/source/about.rst | 2 +- docs/source/makingakit.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/about.rst b/docs/source/about.rst index eb21f732..afdc4b55 100644 --- a/docs/source/about.rst +++ b/docs/source/about.rst @@ -26,7 +26,7 @@ requirements**: #. Code authors and maintainers are clearly designated #. Minimal documentation is provided (what your code does, how to install it, and how to use it) -#. At least minimal regression tests and continuous integration are present +#. At least minimal regression tests are present; continuous integration is encouraged It is also highly encouraged that the MDAKit also satisfies: diff --git a/docs/source/makingakit.rst b/docs/source/makingakit.rst index baab34c1..6c275b49 100644 --- a/docs/source/makingakit.rst +++ b/docs/source/makingakit.rst @@ -14,7 +14,7 @@ In order to be accepted, there are several :ref:`requirements` tha #. Code authors and maintainers are clearly designated #. Minimal documentation is provided (what your code does, how to install it, and how to use it) -#. At least minimal regression tests and continuous integration are present +#. At least minimal regression tests are present; continuous integration is encouraged It is also highly encouraged that the MDAKit also satisfies: