返回 ppt-master
PULL_REQUEST_TEMPLATE.md
根目录 / .github / PULL_REQUEST_TEMPLATE.md
1 <!-- Before opening a PR, read CONTRIBUTING.md in full — especially
2 "Before You Open a PR" and "AI-assisted PRs". -->
3
4 ## What & why
5
6 <!-- What changed and why. For bug fixes: reproduction steps. -->
7
8 ## Verification
9
10 <!-- What you ran locally and what you observed. -->
11
12 ## Confirmations
13
14 <!-- All three boxes must be checked. Any unchecked box = the PR is closed without review. -->
15
16 **All three of the following must be checked. If any one is left unchecked, the PR is closed without review.**
17
18 - [ ] I have read [CONTRIBUTING.md](../CONTRIBUTING.md)
19 - [ ] I personally reviewed the full diff and verified every claim in this description against this repository's actual code — including that the problem is real here and the capability isn't already provided by an existing path or already fixed on `main` (purely AI-generated PRs without human review are closed unmerged)
20 - [ ] This PR is code-only, **or** it touches prompt/instruction text (`SKILL.md`, `references/*.md`, `workflows/*.md`, …) and was discussed and agreed in an issue first — link it here: #___
21
21 lines MARKDOWN