Commit 6b07fc8
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- docs
- src/main/kotlin/io/github/jpicklyk/mcptask/interfaces/mcp
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
714 | 714 | | |
715 | 715 | | |
716 | 716 | | |
717 | | - | |
| 717 | + | |
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
936 | 936 | | |
937 | 937 | | |
938 | 938 | | |
939 | | - | |
| 939 | + | |
940 | 940 | | |
941 | 941 | | |
942 | 942 | | |
| |||
0 commit comments