Skip to content

Commit 009ee65

Browse files
committed
fix: update process steps in create-github-pull-request-from-specification.prompt.md
1 parent 946c48f commit 009ee65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

prompts/create-github-pull-request-from-specification.prompt.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Create GitHub Issue for the specification at `${workspaceFolder}/.github/pull_re
1010
## Process
1111

1212
1. Analyze specification file template from '${workspaceFolder}/.github/pull_request_template.md' to extract requirements by 'search' tool.
13-
2. Create Pull request draft template by 'create_pull_request' tool on to `${input:targetBranch}`.
14-
3. Get change in pull request by 'get_pull_request_diff' tool. To anaylytic infomation was change in Pull Request.
13+
2. Create Pull request draft template by using 'create_pull_request' tool on to `${input:targetBranch}`.
14+
3. Get change in pull request by using 'get_pull_request_diff' tool. To anaylytic infomation was change in Pull Request.
1515
4. Update Pull Request body was created in previous step by 'update_pull_request' tool. To update infomation exist to body, title with template using pull_request_template.md was get in first step.
16-
5. Switch from draft to ready for review by 'update_pull_request' tool. To update state of pull request.
16+
5. Switch from draft to ready for review by using 'update_pull_request' tool. To update state of pull request.
1717
6. Response URL Pull request was create to user.
1818

1919
## Requirements

0 commit comments

Comments
 (0)