From a28a9f1f2e22c9b3df24b7edae966d642644638f Mon Sep 17 00:00:00 2001 From: Joshua Lambert Date: Thu, 13 Jul 2023 11:47:22 +0100 Subject: [PATCH] added links to comm-software-devel blog post --- principles.qmd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/principles.qmd b/principles.qmd index b1b5de6..8c51f39 100644 --- a/principles.qmd +++ b/principles.qmd @@ -35,6 +35,7 @@ Useful software development is unlikely to be achieved by developers alone: rath ::: {.callout-tip title="Read more about this principle in application"} - [What should the first 100 lines of code written during an epidemic look like?](https://epiverse-trace.github.io/posts/100days-workshop/) +- [Communicating development stages of open-source software](https://epiverse-trace.github.io/posts/comm-software-devel/) ::: @@ -48,6 +49,12 @@ The main objective of our collaboration framework will be to optimize interactio To maximize agility, we recommend also adopting the lean principle in which the amount of work in progress (WIP) at any time is minimized. In other words, it is more efficient to work on a few MVPs and deliver value quickly, rather than working on many MVPs at the same time, resulting in a lot of WIP and low completion rates. We recommend using Kanban boards to keep track of progress, and as a tool for identifying long-lasting WIP, likely indicative of blockage or issues which need addressing. These boards should be fully public to encourage and facilitate external visibility and contributions. +::: {.callout-tip title="Read more about this principle in application"} + +- [Communicating development stages of open-source software](https://epiverse-trace.github.io/posts/comm-software-devel/) + +::: + ## Decentralizing code ownership The sustainability of open source software (OSS) projects increases with the number of developers who understand the code base enough to make contributions. While there is always a need for a single official maintainer, we will aim at decentralizing code ownership as much as possible, using a series of practices: