From 3560bbc007a80d1305e43e9040b03ce9925bf7cf Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 3 Oct 2025 19:45:32 +0200 Subject: [PATCH] Update --- 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.