# Pull Requests

Before opening a pull request, you will need to create a fork of the GitHub repository. Furthermore, you can follow the [Building guide](broken://pages/FE8pTQ5Q89iCidc2yT0D) and add your own patches or features. Please make sure that no one else has already opened a pull request with the exact same patches or features.

### Guidelines

Please make sure to read the [Contributing Guidelines](/contributing/guidelines.md).

### GitHub pull requests

Once your changes are made, open a pull request:

1. Navigate to your forked Sonar repository.
2. Click the **New pull request** button.
3. Use a clear and descriptive title for your pull request.
4. Provide a detailed description of the changes you made.
5. Reference related issues or pull requests.
6. Make sure everything is properly tested.
7. Open the pull request and wait for feedback.


---

# 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://docs.jonesdev.xyz/contributing/pull-requests.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.
