Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
14 changes: 14 additions & 0 deletions docs/overview/project-management.qmd
Original file line number Diff line number Diff line change
@@ -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.
Loading