> For the complete documentation index, see [llms.txt](https://docs.hivel.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hivel.ai/configurations/hotfix-configurations.md).

# Hotfix Configurations

In Hotfix configurations section you can specify the aspects of your SCM or project management tool based on which PRs should be considered for hotfix.

These configurations majorly affect the calculations of Change Failure Rate and MTTR.

#### Pull Request Pattern

You can specify some patterns based on which PRs will be classified as hotfixes. These patterns can be enabled to be identified in any of the attributes such as PR labels, titles, descriptions, branches, tags.

<div data-with-frame="true"><figure><img src="/files/rrme1XPgzpqyjpGVIGC7" alt="" width="423"><figcaption></figcaption></figure></div>

#### Work Item Types

You can specify work item types that represent hotfixes. The PRs associated with these work items will be considered as hotfixes.

<div data-with-frame="true"><figure><img src="/files/sZONXALKatB66HtueG3x" alt="" width="563"><figcaption></figcaption></figure></div>

#### Patch version pattern

Any merged Pull Requests (PRs) with a PR title, Source branch, or PR tags containing a version number in the format x.y.z (where z > 0) can be identified as a hotfix. [<mark style="color:purple;">Learn more about it</mark>](/configurations/hotfix-configurations/track-hotfixes-via-patch-version-pattern.md).
