Skip to content

Commit

Permalink
Add agile process tooling ADR (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
anneschuth authored Mar 1, 2024
2 parents 7756f79 + 813166d commit f130493
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/ADRs/0006-agile-tooling.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: 0006 Agile tooling
adr:
author: Berry den Hartog
created: 28-Feb-2024
status: accepted
---

## Context

Our development team wants to enhance transparency and productivity in our software development processes.
We are using GitHub for version control and collaboration. However, to further streamline our process, there is a need
to incorporate tooling for managing the effort of our team.

## Decision

We will use GitHub Projects as our agile process tool

## Consequences

[GitHub Projects](https://docs.github.com/en/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects)
seamlessly integrates with our existing GitHub repositories, allowing us to manage our Agile processes.
within the same ecosystem where our code resides. This integration eliminates the need for additional third-party tools,
simplifying our workflow.

0 comments on commit f130493

Please sign in to comment.