Skip to content

Commit e82115c

Browse files
committed
chore: move Motivation section above Change Type in PR template (closes #83939)
1 parent cf235b2 commit e82115c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/pull_request_template.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Summary
22

3-
Describe the problem and fix in 25 bullets:
3+
Describe the problem and fix in 2-5 bullets:
44

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

@@ -9,6 +9,12 @@ If this PR fixes a plugin beta-release blocker, title it `fix(<plugin-id>): beta
99
- What changed:
1010
- What did NOT change (scope boundary):
1111

12+
## Motivation
13+
14+
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`.
15+
16+
-
17+
1218
## Change Type (select all)
1319

1420
- [ ] Bug fix
@@ -35,12 +41,6 @@ If this PR fixes a plugin beta-release blocker, title it `fix(<plugin-id>): beta
3541
- Related #
3642
- [ ] This PR fixes a bug or regression
3743

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-
4444
## Real behavior proof (required for external PRs)
4545

4646
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)