pr-name · git:20260504.6ea1fd4 · 2026-05-04 · sha256 884a4dab4194bd1f

pr-name git:20260504.6ea1fd4A

Immutable. This exact content is served forever at /api/v1/blob/884a4dab4194bd1f.

---
name: pr-name
description: Correct naming for a PR
---

The following format must be used for the PR title:

```
`[package-name]`: [commit-message]
```

For example:

```
`@remotion/shapes`: Add heart shape
```

The package name must be obtained from package.json.  
If multiple packages are affected, use the one that you think if most relevant.

If the change is about docs only:

```
Docs: Add page about heart shape
```