diff --git a/_quarto.yml b/_quarto.yml index 9adf723..a60e587 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 - docs/overview/meetings.qmd - part: "Lifecycle" chapters: 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.