From a60f45fcf4bdef2eec7670d4be934affd3200a38 Mon Sep 17 00:00:00 2001 From: James Couball Date: Wed, 9 Jul 2025 12:11:07 -0700 Subject: [PATCH] docs: minor change to the architecture redesign document Was originally meant to be entered as an issue, but now a document in the repository so changed "issue" to "document". --- redesign/2_architecture_redesign.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redesign/2_architecture_redesign.md b/redesign/2_architecture_redesign.md index a7be3237..f19b284d 100644 --- a/redesign/2_architecture_redesign.md +++ b/redesign/2_architecture_redesign.md @@ -1,6 +1,6 @@ # Proposed Redesigned Architecture for the Git Gem -This issue outlines a proposal for a major redesign of the git gem, targeted for version 5.0.0. The goal of this redesign is to modernize the gem's architecture, making it more robust, maintainable, testable, and easier for new contributors to understand. +This document outlines a proposal for a major redesign of the git gem, targeted for version 5.0.0. The goal of this redesign is to modernize the gem's architecture, making it more robust, maintainable, testable, and easier for new contributors to understand. - [1. Motivation](#1-motivation) - [2. The New Architecture: A Three-Layered Approach](#2-the-new-architecture-a-three-layered-approach)