diff --git a/source/contributor-guide/continuous-integration.rst b/source/contributor-guide/continuous-integration.rst index 1608fb12..94cfddfc 100644 --- a/source/contributor-guide/continuous-integration.rst +++ b/source/contributor-guide/continuous-integration.rst @@ -1,10 +1,15 @@ ================================ (Ab)using Continuous Integration ================================ -Continuous integration is a process that runs against the following two events: +This page still needs to be authored, see :task:`1117`. -#. A commit is pushed to a GIT repository, +Return to other :ref:`contributor-guide-casual-contributions` you could make. -#. A differential is created or updated. +.. + Continuous integration is a process that runs against the following two events: + + #. A commit is pushed to a GIT repository, + + #. A differential is created or updated. diff --git a/source/contributor-guide/docker-containers.rst b/source/contributor-guide/docker-containers.rst index dd5a3a3f..021c0c09 100644 --- a/source/contributor-guide/docker-containers.rst +++ b/source/contributor-guide/docker-containers.rst @@ -1,4 +1,8 @@ ================================= Run Kolab Using Docker Containers ================================= +This page still needs to be authored, see :task:`1116`. + +Return to other :ref:`contributor-guide-casual-contributions` you could make. + diff --git a/source/contributor-guide/index.rst b/source/contributor-guide/index.rst index 397ba073..8800c32f 100644 --- a/source/contributor-guide/index.rst +++ b/source/contributor-guide/index.rst @@ -1,83 +1,59 @@ .. _contributor-guide: ================= Contributor Guide ================= Kolab Groupware development largely follows an iterative and incremental agile software development metholodogy also known as `Scrum`_. In summary, the development process is divided into stages, with different teams participating in getting tasks to the next stage of the process. Kolab Groupware is a collaboration suite consisting of many components, each of them separate software development projects, some of them dependent on third-party software development projects, and some of them separate altogether. -.. IMPORTANT:: - - Still to do: - - * Contributing to translations (l10n and i18n) - - * Switch current documentation stuff over - - * Fixing packaging issues - - * Feature requests' inception/elaboration/construction/transition - phases - - * Testing Kolab - - * Participation section on Peer Review -- the actual execution of - things. - - Note that this includes the applying of a differential to review - the work in its full context. - - * Running docker containers - - * (Ab)using Continuous Integration (fully testing locally) - - * SCRUM details - - * Packaging and Continuous Delivery - .. _contributor-guide-casual-contributions: Casual Contributions ==================== The following guides are intended for casual contributors and contributions, such as a one-time 5-line patch for that one itch to scratch. .. toctree:: :maxdepth: 1 translations bug-reporting-casual documentation/index packaging/casual feature-requests/index testing .. _contributor-guide-structured-contributions: Structured Contributions ======================== The following guides set you up for regular, structured contributions to Kolab, such as continued development and participation in sprints. .. toctree:: :maxdepth: 1 getting-started setup-development-environment peer-review docker-containers continuous-integration - scrum packaging bug-reporting-structured + +.. toctree:: + :hidden: + :maxdepth: 1 + + scrum diff --git a/source/contributor-guide/packaging.rst b/source/contributor-guide/packaging.rst index db899411..28128c4d 100644 --- a/source/contributor-guide/packaging.rst +++ b/source/contributor-guide/packaging.rst @@ -1,3 +1,7 @@ ================================= Packaging and Continuous Delivery ================================= + +This page still needs to be authored, see :task:`1118`. + +Return to other :ref:`contributor-guide-casual-contributions` you could make. diff --git a/source/contributor-guide/packaging/casual.rst b/source/contributor-guide/packaging/casual.rst index 4f196dbe..f1118f6a 100644 --- a/source/contributor-guide/packaging/casual.rst +++ b/source/contributor-guide/packaging/casual.rst @@ -1,4 +1,7 @@ ======================= Fixing Packaging Issues ======================= +This page still needs to be authored, see :task:`1114`. + +Return to other :ref:`contributor-guide-casual-contributions` you could make. diff --git a/source/contributor-guide/translations.rst b/source/contributor-guide/translations.rst index 4d1c6c34..7629cb9d 100644 --- a/source/contributor-guide/translations.rst +++ b/source/contributor-guide/translations.rst @@ -1,3 +1,7 @@ ================================================== Translation: Localization and Internationalization ================================================== + +This page still needs to be authored, see :task:`1113`. + +Return to other :ref:`contributor-guide-casual-contributions` you could make.