From 517a478a98c4d60aa9251b0939ad7197cc1e7ece Mon Sep 17 00:00:00 2001 From: Aung Myo Kyaw Date: Mon, 28 Jul 2025 10:58:31 +0700 Subject: [PATCH] style(prompts): use single quotes in front matter for git-flow-branch-creator.prompt.md --- prompts/git-flow-branch-creator.prompt.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prompts/git-flow-branch-creator.prompt.md b/prompts/git-flow-branch-creator.prompt.md index e20b896..f720f0c 100644 --- a/prompts/git-flow-branch-creator.prompt.md +++ b/prompts/git-flow-branch-creator.prompt.md @@ -1,7 +1,7 @@ --- -Description: "Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching model." -Version: "1.0.0" -Created: "2025-07-28" +Description: 'Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching model.' +Version: '1.0.0' +Created: '2025-07-28' --- ### Instructions