From 9f7bd686691293447e2bb6297dd89622ecb1cdf0 Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 3 Oct 2025 17:45:32 +0000 Subject: [PATCH] feat: rename project title in README from generic placeholder to Mr. Issue The README.md heading was updated from "Project Name Matching and Issue Creation in app.py" to "Mr. Issue" to provide a more concise and branded project identifier for the documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 687f356..86d8eba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Project Name Matching and Issue Creation in app.py +# Mr. Issue This document explains in detail how the project name is matched from the user's prompt and how the issue titles and descriptions are extracted, formatted as JSON, and used to create issues via the Gitea API in the `app.py` FastAPI application.