Skip to content

Commit 0901801

Browse files
committed
docs: clarify pull request motivation
1 parent cb408bb commit 0901801

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/pull_request_template.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Describe the problem and fix in 2–5 bullets:
55
If this PR fixes a plugin beta-release blocker, title it `fix(<plugin-id>): beta blocker - <summary>` and link the matching `Beta blocker: <plugin-name> - <summary>` issue labeled `beta-blocker`. Contributors cannot label PRs, so the title is the PR-side signal for maintainers and automation.
66

77
- Problem:
8-
- Why it matters:
8+
- Solution:
99
- What changed:
1010
- What did NOT change (scope boundary):
1111

@@ -35,6 +35,12 @@ If this PR fixes a plugin beta-release blocker, title it `fix(<plugin-id>): beta
3535
- Related #
3636
- [ ] This PR fixes a bug or regression
3737

38+
## Motivation
39+
40+
Explain why this change should exist now. Link it to the user pain, failure mode, maintainer need, or product goal. If this is purely mechanical, write `N/A`.
41+
42+
-
43+
3844
## Real behavior proof (required for external PRs)
3945

4046
External contributors must show after-fix evidence from a real OpenClaw setup. Unit tests, mocks, lint, typechecks, snapshots, and CI are supplemental only. Screenshots are encouraged even for CLI, console, text, or log changes; terminal screenshots and copied live output count. Be mindful of private information like IP addresses, API keys, phone numbers, non-public endpoints, or other private details when providing evidence.

0 commit comments

Comments
 (0)