# pull\_request\_template

**Name:** `Luxoria - Pull Request`\
**Title:** `[L__] - (____) ...`\
**Assignees:**

***

#### **Description**

Provide a brief summary of the changes in this PR, including any context necessary for understanding it.

***

#### **Checklist**

* [ ] My code adheres to the project's coding standards.
* [ ] I have performed a self-review of my code.
* [ ] I have commented on my code, especially in areas that might be unclear.
* [ ] I have added or updated relevant documentation (if applicable).
* [ ] I have added tests that prove my fix is effective or that my feature works (if applicable).
* [ ] All new and existing tests pass.
* [ ] I have checked that my PR targets the `develop` branch.
* [ ] My PR title follows the [conventional commits](https://www.conventionalcommits.org/) format.

***

#### **Type of Change**

* [ ] Bug fix (non-breaking change that fixes an issue)
* [ ] New feature (non-breaking change that adds functionality)
* [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
* [ ] Documentation update
* [ ] Refactoring (non-breaking changes to improve code quality)

***

#### **Related Issues**

Fixes #\<issue\_number>\
Closes #\<issue\_number>

***

#### **How Has This Been Tested?**

Provide a brief description of how you tested your changes. Include details about the environment and test cases used.

***

#### **Screenshots (If Applicable)**

Attach any screenshots that help illustrate the changes made in this PR.

***

#### **Additional Context**

Add any additional information or context about the PR here.

***


---

# 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.luxoria.bluepelicansoft.com/.github/pull_request_template.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.
