make-pr
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseEnsure we are not on the main branch, make a branch if necessary.
For all packages affected, run Prettier to format the code:
For all packages affected, run Prettier to format the code:
bunx prettier --experimental-cli src --writeCommit the changes, use the following format:
[package-name]: [commit-message]For example, .
The package name must be obtained from package.json.
If multiple packages are affected, use the one that you think if most relevant.
@remotion/shapes: Add heart shapeThe 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 CLI to create a pull request and use the same format as above for the title.
Use the
gh确保我们不在主分支上,如有必要请创建一个分支。
对于所有受影响的包,运行Prettier来格式化代码:
bunx prettier --experimental-cli src --write提交更改,使用以下格式:
[package-name]: [commit-message]例如,。
包名称必须从package.json中获取。
如果多个包受影响,请使用你认为最相关的那个。
@remotion/shapes: Add heart shape包名称必须从package.json中获取。
如果多个包受影响,请使用你认为最相关的那个。
将更改推送到远程分支。
使用 CLI创建拉取请求,并使用与上述相同的格式作为标题。
使用
gh