> 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/.github/pull_request_template.md).

# Pull Request

## 📝 Descripción

## 🎯 Tipo de Cambio

* [ ] 🐛 Bug fix (cambio que corrige un issue)
* [ ] ✨ Nueva funcionalidad (cambio que agrega funcionalidad)
* [ ] 💥 Breaking change (fix o feature que causa que funcionalidad existente cambie)
* [ ] 📚 Documentación (cambios solo en documentación)
* [ ] 🎨 Estilo (formato, espacios, sin cambios en código)
* [ ] ♻️ Refactorización (sin cambios en funcionalidad)
* [ ] ⚡ Performance (mejora de rendimiento)
* [ ] ✅ Test (agregar o modificar tests)

## 🔗 Issue Relacionado

Closes #(issue number)

## 📋 Cambios Realizados

* [ ] Cambio 1
* [ ] Cambio 2
* [ ] Cambio 3

## ✅ Checklist

* [ ] Mi código sigue el estilo del proyecto (PSR-12)
* [ ] He realizado auto-revisión de mi código
* [ ] He comentado mi código, especialmente en áreas complejas
* [ ] He actualizado la documentación correspondiente
* [ ] Mis cambios no generan nuevos warnings
* [ ] He agregado tests que prueban mi fix/feature
* [ ] Los tests nuevos y existentes pasan localmente
* [ ] Cualquier cambio dependiente ha sido merged

## 🧪 Tests

```bash
php artisan test --filter NombreDelTest
```

## 📸 Screenshots

## 📝 Notas Adicionales

***

**Desarrollador:** \[Tu Nombre]\
**Email:** \[<tu@email.com>]

**Revisado por:** Senselab\
**Contacto:** <deadmooncr@gmail.com>

***

**Desarrollado por Senselab**\
Costa Rica | 30 años de experiencia tecnológica


---

# 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/.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.
