Skip to content

Commit bc5d7e9

Browse files
fix(prompt): correct code block formatting for GitHub issue edit command
1 parent 6efc10f commit bc5d7e9

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
@@ -40,7 +40,7 @@ $ARGUMENTS
4040
# If fork: gh issue edit <issue-number> --repo <upstream_owner>/<upstream_repo> --remove-label "Planning" --add-label "Implementing"
4141
# If local: gh issue edit <issue-number> --remove-label "Planning" --add-label "Implementing"
4242
gh issue edit <issue-number> --remove-label "Planning" --add-label "Implementing"
43-
````
43+
```
4444

4545
2. **Run prerequisites**
4646
Run [`check-prerequisites.ps1`](../../.specify/scripts/powershell/check-prerequisites.ps1) from repo root:

0 commit comments

Comments
 (0)