pr

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
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
Then run
bun run build
bun run formatting
to ensure we compile.
Commit the changes. The title of the PR must be according to the
pr-name
skill.
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.
确保我们不在main分支上,如有必要请创建一个分支。
对于所有受影响的包,运行Oxfmt来格式化代码:
bunx oxfmt src --write
然后运行
bun run build
bun run formatting
确保代码可以编译。
提交更改。PR的标题必须符合
pr-name
技能的要求。
将更改推送到远程分支。
使用
gh
CLI创建Pull Request,标题使用与上述相同的格式。