From 4aac963c94a25239a1a873fc813df46cc75a3913 Mon Sep 17 00:00:00 2001 From: Corey Allen Date: Sat, 2 May 2026 19:44:00 -0500 Subject: [PATCH] Update Gitflow README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d72c82a31..bbce680de 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,5 @@ The **Pull requests** tab contains proposals to make some changes in the files l You can create an *Issue* or make a *Pull request (PR)* to contribute to the project. If you want to propose some changes to this repo, you may *fork* it, modify the content, and create *PR*. A *fork* is just a copy that allows you to change the content without affection the original project. + +These changes are part of the bigger Gitflow branching strategy. It uses a specific set of branches with distinct roles to isolate work-in-progress from production-ready code.