# 发起拉取请求

最后，你已准备好对主项目进行更改！这是复刻别人项目的最后一步，可以说是最重要的一步。如果你做了一个你认为会对整个社区有益的改变，你一定要考虑回馈。

为此，请去你项目所在的 GitHub.com 仓库。对于这个例子是 `https://www.github.com/<your_username>/Spoon-Knife`。你将看到一个横幅，表明你最近推送了一个新分支，并且你可以将此分支“上游”提交到原始仓库：

![最近推送分支的横幅](https://github-images.s3.amazonaws.com/help/pull_requests/recently_pushed_branch.png)

单击 **Compare and Pull Request** 将转到讨论页面，你可以在其中输入标题和选填的说明。重要的是提供尽可能多的有用信息和理由，说明你\_为什么\_首先提出此拉取请求。项目所有者需要确定你的更改是否如你所想对所有人都有用。

当你准备好输入你的真诚论点时，请单击 **Send pull request**。完成了！

![发起拉取请求按钮](https://github-images.s3.amazonaws.com/help/pull_requests/pullrequest-send.png)

拉取请求是一个可供讨论的地方。在这个例子中，八爪猫非常繁忙，可能不会合并你的更改。对于其他项目，如果项目所有者拒绝你的拉取请求，或者要求提供其为何被发起的更多信息，请不要觉得被冒犯。甚至可能是项目所有者选择不合并你的拉取请求，这完全没问题。你的副本将是互联网上无足轻重的存在。但是谁知道呢——也许你从未见过的人会发现你的更改比原来的项目更有价值。分享一切！

### 欢呼！

你已成功复刻并向原仓库做出贡献。请继续做更多的贡献！


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://github.highlight.ink/forking-projects/making-a-pull-request.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
