> For the complete documentation index, see [llms.txt](https://senselab.gitbook.io/senselab-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://senselab.gitbook.io/senselab-docs/vendor/swagger-api/swagger-ui/.github/pull_request_template.md).

# pull\_request\_template

#### Description

#### Motivation and Context

#### How Has This Been Tested?

#### Screenshots (if appropriate):

### Checklist

#### My PR contains...

* [ ] No code changes (`src/` is unmodified: changes to documentation, CI, metadata, etc.)
* [ ] Dependency changes (any modification to dependencies in `package.json`)
* [ ] Bug fixes (non-breaking change which fixes an issue)
* [ ] Improvements (misc. changes to existing features)
* [ ] Features (non-breaking change which adds functionality)

#### My changes...

* [ ] are breaking changes to a public API (config options, System API, major UI change, etc).
* [ ] are breaking changes to a private API (Redux, component props, utility functions, etc.).
* [ ] are breaking changes to a developer API (npm script behavior changes, new dev system dependencies, etc).
* [ ] are not breaking changes.

#### Documentation

* [ ] My changes do not require a change to the project documentation.
* [ ] My changes require a change to the project documentation.
* [ ] If yes to above: I have updated the documentation accordingly.

#### Automated tests

* [ ] My changes can not or do not need to be tested.
* [ ] My changes can and should be tested by unit and/or integration tests.
* [ ] If yes to above: I have added tests to cover my changes.
* [ ] If yes to above: I have taken care to cover edge cases in my tests.
* [ ] All new and existing tests passed.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://senselab.gitbook.io/senselab-docs/vendor/swagger-api/swagger-ui/.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.
