From 147b4f8a8408c7de184e9483f64473d81fddcdf9 Mon Sep 17 00:00:00 2001 From: Julian Date: Wed, 11 Feb 2026 16:39:43 -0500 Subject: [PATCH] Remove note section from commit prompt template Removed a note section from the conventional commit prompt template. --- prompts/conventional-commit.prompt.md | 1 - 1 file changed, 1 deletion(-) diff --git a/prompts/conventional-commit.prompt.md b/prompts/conventional-commit.prompt.md index 01cf2b5a..1bec5f69 100644 --- a/prompts/conventional-commit.prompt.md +++ b/prompts/conventional-commit.prompt.md @@ -7,7 +7,6 @@ tools: ['execute/runInTerminal', 'execute/getTerminalOutput'] ```xml This file contains a prompt template for generating conventional commit messages. It provides instructions, examples, and formatting guidelines to help users write standardized, descriptive commit messages in accordance with the Conventional Commits specification. - ``` ### Workflow