---
title: "Pull Request"
description: "Pull Request — reference document from Claude Code knowledge pack."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/pull-request-template-6
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:37:15.787Z
license: CC-BY-4.0
attribution: "Pull Request — Claudary (https://claudary.paisolsolutions.com/skills/pull-request-template-6)"
---

# Pull Request
Pull Request — reference document from Claude Code knowledge pack.

## Overview

# Pull Request

## Description
<!-- Provide a brief description of what this PR does -->

## Type of Change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Refactoring (no functional changes)
- [ ] Performance improvement
- [ ] Test coverage improvement

## Related Issue(s)
<!-- Link to the issue(s) this PR addresses -->
Fixes #(issue number)

## Changes Made
<!-- List the main changes made in this PR -->
- 
- 
- 

## Testing
<!-- Describe the tests you ran and how to reproduce them -->
- [ ] Unit tests pass (`npm run test:unit`)
- [ ] Integration tests pass (`npm run test:integration`)
- [ ] E2E tests pass (`npm run test:e2e`)
- [ ] Manual testing completed
- [ ] Added new tests for new functionality

## Security Considerations
<!-- Describe any security implications of this change -->
- [ ] No security implications
- [ ] Security review required
- [ ] Added security tests
- [ ] Updated security documentation

## Documentation
- [ ] Code is self-documenting
- [ ] Added/updated inline comments
- [ ] Updated README.md
- [ ] Updated CLAUDE.md
- [ ] Updated API documentation

## Checklist
- [ ] My code follows the project's coding standards
- [ ] I have performed a self-review of my code
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published

## Screenshots (if applicable)
<!-- Add screenshots to help explain your changes -->

## Additional Notes
<!-- Add any additional notes, considerations, or context -->

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/pull-request-template-6) · https://claudary.paisolsolutions.com
