-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |