---
title: "pull request template 7"
description: "<!-- ⚠️ PR Title Format Required: type: description"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/pull-request-template-7
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:37:15.787Z
license: CC-BY-4.0
attribution: "pull request template 7 — Claudary (https://claudary.paisolsolutions.com/skills/pull-request-template-7)"
---

# pull request template 7
<!-- ⚠️ PR Title Format Required: type: description

## Overview

<!--
⚠️ PR Title Format Required: type: description

Examples:
  - feat: add weather API integration → MINOR version bump
  - fix: correct coordinate parsing → PATCH version bump
  - feat!: restructure skill phases → MAJOR version bump
  - docs: update installation guide → no release
  - chore: update dependencies → no release

A GitHub Action validates your title format.
-->

## Summary

<!-- Brief description of what this PR accomplishes -->

## Type

<!-- Check ONE that applies to this PR -->

- [ ] `feat:` - New feature (triggers MINOR version bump)
- [ ] `fix:` - Bug fix (triggers PATCH version bump)
- [ ] `feat!:` or `fix!:` - Breaking change (triggers MAJOR version bump)
- [ ] `docs:` - Documentation only
- [ ] `chore:` - Maintenance (dependencies, configs, etc.)
- [ ] `refactor:` - Code restructuring without functionality change
- [ ] `perf:` - Performance improvement (triggers PATCH version bump)
- [ ] `test:` - Adding or updating tests
- [ ] `ci:` - CI/CD configuration changes

## Changes

<!-- List the key changes in this PR -->

-
-
-

## Breaking Changes

<!-- If this is a breaking change (feat! or fix!), describe what breaks and migration path -->

## Testing

<!-- How was this tested? -->

## Related Issues

<!-- Link related issues: fixes #123, closes #456, relates to #789 -->

---

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