From 3295249fa02d21895297ea394b811521d0ebf3b7 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Sat, 19 Sep 2026 13:47:32 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20move=20over=20project=20man?= =?UTF-8?q?agement=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _quarto.yml | 1 + docs/overview/project-management.qmd | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 docs/overview/project-management.qmd diff --git a/_quarto.yml b/_quarto.yml index 7f6066b..9c57ad9 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -23,6 +23,7 @@ book: chapters: - docs/overview/index.qmd - docs/overview/roles.qmd + - docs/overview/project-management.qmd - part: "Lifecycle" chapters: - docs/getting-started/index.qmd diff --git a/docs/overview/project-management.qmd b/docs/overview/project-management.qmd new file mode 100644 index 0000000..d8181fe --- /dev/null +++ b/docs/overview/project-management.qmd @@ -0,0 +1,14 @@ +# Project management {#sec-project-management} + +Every task that each person is working on is created, tracked, and visible on +the GitHub Project board. The board is divided into columns that represent the +state of the task (e.g. "to do", "in progress", "in review", "done"). The board +is used to track the progress of the project and to identify bottlenecks or +issues that need to be addressed, reviewed, or discussed. We also assign tasks +to people on the board, which is shown on the board itself to make it clear who +is working on what. + +All discussions happen on the GitHub issues, which are linked to the tasks on +the board. These discussions are comments to the Issue, that way we keep all the +information about a task in one place and so that others can participate in the +discussion as well.