$npx -y skills add MoizIbnYousaf/marketing-cli --skill pr-nameCorrect naming for a PR
| 1 | The following format must be used for the PR title: |
| 2 | |
| 3 | ``` |
| 4 | `[package-name]`: [commit-message] |
| 5 | ``` |
| 6 | |
| 7 | For example: |
| 8 | |
| 9 | ``` |
| 10 | `@remotion/shapes`: Add heart shape |
| 11 | ``` |
| 12 | |
| 13 | The package name must be obtained from package.json. |
| 14 | If multiple packages are affected, use the one that you think if most relevant. |
| 15 | |
| 16 | If the change is about docs only: |
| 17 | |
| 18 | ``` |
| 19 | Docs: Add page about heart shape |
| 20 | ``` |