Remove note section from commit prompt template

Removed a note section from the conventional commit prompt template.
This commit is contained in:
Julian
2026-02-11 16:39:43 -05:00
committed by GitHub
parent 4555fee5d2
commit 147b4f8a84

View File

@@ -7,7 +7,6 @@ tools: ['execute/runInTerminal', 'execute/getTerminalOutput']
```xml ```xml
<description>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.</description> <description>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.</description>
<note>
``` ```
### Workflow ### Workflow