wbfy

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

wbfy application workflow

wbfy 应用工作流

  1. Run
    yarn start <directory_path_of_target_repo>
    in
    ~/ghq/github.com/WillBooster/wbfy
    .
  2. Run
    yarn check-for-ai
    or
    bun check-for-ai
    in the target repository, not in
    wbfy
    .
  3. If any check fails, do one of the following:
    • Fix the target repository, then go back to step 2.
    • If the failure comes from
      wbfy
      , fix
      ~/ghq/github.com/WillBooster/wbfy
      , commit and push the change, open a PR in the
      wbfy
      repository, then go back to step 1.
  4. Commit and push any change in the target repository, then open a PR there.
  1. ~/ghq/github.com/WillBooster/wbfy
    目录下运行
    yarn start <目标仓库的目录路径>
  2. 在目标仓库中运行
    yarn check-for-ai
    bun check-for-ai
    ,不要在
    wbfy
    目录下执行该命令。
  3. 如果任何检查未通过,执行以下操作之一:
    • 修复目标仓库的问题,然后回到步骤2。
    • 如果问题来自
      wbfy
      ,修复
      ~/ghq/github.com/WillBooster/wbfy
      的代码,提交并推送更改,在
      wbfy
      仓库中提交PR,然后回到步骤1。
  4. 提交并推送目标仓库中的所有更改,然后在目标仓库中提交PR。