Skip to content

Commit 243f3e7

Browse files
fix(prompt): specify markdown formatting for commit message example
1 parent bc5d7e9 commit 243f3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/prompts/implement.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ $ARGUMENTS
130130
* Stage all changes (`tasks.md`, `CHANGELOG.md`, `constitution.md`, code, configs).
131131
* Commit using Conventional Commit format:
132132

133-
```
133+
```markdown
134134
<type>(<scope>): <description>
135135
Fixes #<issue-number>
136136
```

0 commit comments

Comments
 (0)