Skip to content

Commit 6b07fc8

Browse files
jpicklykclaude
andcommitted
fix: standardize PR workflow wording between docs and code
- Standardize 'PRs' vs 'pull requests' terminology - Standardize 'Ask user' vs 'Ask User' capitalization - Ensure exact wording match: 'I can also apply PR workflow template' - All 3 workflows now have identical PR workflow suggestions: * create_feature_workflow (feature implementation) * bug_triage_workflow (bug fixes) * implement_feature_workflow (implementation tasks) Ensures documentation perfectly matches Kotlin implementation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e5ea3e3 commit 6b07fc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/workflow-prompts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ This workflow provides intelligent feature implementation guidance with automati
714714
3. **Apply Appropriate Templates with Smart Detection**
715715
- **Always apply**: "Task Implementation Workflow" template for implementation tasks
716716
- **If git detected**: Automatically apply "Local Git Branching Workflow" template
717-
- **Ask user**: "Do you use GitHub/GitLab pull requests? If yes, I can apply PR workflow template"
717+
- **Ask user**: "Do you use GitHub/GitLab PRs? If yes, I can also apply PR workflow template"
718718
- **If GitHub MCP available**: Mention GitHub MCP tools can automate PR creation and management
719719
- **For complex tasks**: Consider "Technical Approach" template for architectural guidance
720720

src/main/kotlin/io/github/jpicklyk/mcptask/interfaces/mcp/WorkflowPromptsGuidance.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ object WorkflowPromptsGuidance {
936936
937937
**If Git Detected**: Automatically apply "Local Git Branching Workflow" template
938938
939-
**Ask User**: "Do you use GitHub/GitLab pull requests? If yes, I can apply PR workflow template"
939+
**Ask user**: "Do you use GitHub/GitLab PRs? If yes, I can also apply PR workflow template"
940940
941941
**If GitHub MCP Available**: Mention GitHub MCP tools can automate PR creation and management
942942

0 commit comments

Comments
 (0)