Make Pr

Open a pull request for the current feature

ulpi-io cd7c96b 650 B Updated

File contents

Ensure we are not on the main branch, make a branch if necessary.
For all packages affected, run Oxfmt to format the code:

bunx oxfmt src --write

Commit the changes, use the following format:

`[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.

Push the changes to the remote branch.
Use the gh CLI to create a pull request and use the same format as above for the title.

ulpi-io/plugin-marketplace/tree/main/plugins/remotion-dev/skills/make-pr commit cd7c96b0ca

Frequently asked questions

npx skillmds@latest add ulpi-io/make-pr