Loading...
Loading...
Compare original and translation side by side
.github/PULL_REQUEST_TEMPLATE.md.github/PULL_REQUEST_TEMPLATE/*.mdPULL_REQUEST_TEMPLATE.mddocs/PULL_REQUEST_TEMPLATE.md.github/PULL_REQUEST_TEMPLATE.md.github/PULL_REQUEST_TEMPLATE/*.mdPULL_REQUEST_TEMPLATE.mddocs/PULL_REQUEST_TEMPLATE.mdgit status
git diff --staged
git diff
git log --oneline -20
git remote -v
git branch --show-currentgit status
git diff --staged
git diff
git log --oneline -20
git remote -v
git branch --show-currenttest -d .changeset && test -f .changeset/config.json
rg -n '"@changesets/cli"|changeset' package.json pnpm-lock.yaml package-lock.json yarn.lock 2>/dev/null.changeset/*.mdchangesetchangeset.changeset/*.mdgit pushgh pr createtest -d .changeset && test -f .changeset/config.json
rg -n '"@changesets/cli"|changeset' package.json pnpm-lock.yaml package-lock.json yarn.lock 2>/dev/null.changeset/*.mdchangesetchangesetgit pushgh pr create.changeset/*.md<type>(<scope>): <short description>feat(auth): add OAuth2 login flowundefined<type>(<scope>): <简短描述>feat(auth): add OAuth2 login flowundefinedundefinedundefinedgh pr create --title "<title>" --body "<body>"--body-filegit push -u origin HEADgh pr creategh pr create --title "<title>" --body "<body>"--body-filegit push -u origin HEADgh pr creategh pr view <number>gh pr view <number> --json number,title,url,state,headRefName,baseRefNamegh pr view <number>gh pr view <number> --json number,title,url,state,headRefName,baseRefName| Mistake | Fix |
|---|---|
| Ignoring a PR template | Search all supported template locations first. |
| Writing a title from memory | Base the title on the actual diff and commits. |
| Claiming tests passed without evidence | Put only verified commands in the test plan. |
| Omitting a required changeset | Check Changesets support and use the |
| Forgetting to push the branch | Push with |
| 错误 | 修复方法 |
|---|---|
| 忽略PR模板 | 先搜索所有支持的模板路径。 |
| 凭记忆编写标题 | 根据实际的差异内容和提交记录生成标题。 |
| 无证据声称测试通过 | 仅在测试计划中写入已验证的命令。 |
| 遗漏必填的changeset | 在推送影响发布的变更前,检查Changesets支持情况并使用 |
| 忘记推送分支 | 使用 |