Skip to content

Commit d7083ba

Browse files
clawsweeper[bot]seraphjiangTakhoffman
authored
chore: move Motivation section above Change Type in PR template (#84098)
Summary: - This PR moves the existing Motivation section in `.github/pull_request_template.md` from below Linked Issue/PR to immediately after Summary without changing the section text. - Reproducibility: not applicable. this is a PR-template ordering cleanup, not a runtime bug. Source inspection of current main and the PR head verifies the before/after section order. Automerge notes: - PR branch already contained follow-up commit before automerge: chore: move Motivation section above Change Type in PR template Validation: - ClawSweeper review passed for head 6c68583. - Required merge gates passed before the squash merge. Prepared head SHA: 6c68583 Review: #84098 (comment) Co-authored-by: Huan Jiang <seraphjiang@gmail.com> Co-authored-by: clawsweeper <274271284+clawsweeper[bot]@users.noreply.github.com> Co-authored-by: clawsweeper[bot] <274271284+clawsweeper[bot]@users.noreply.github.com> Approved-by: takhoffman Co-authored-by: takhoffman <781889+takhoffman@users.noreply.github.com>
1 parent 5e0850f commit d7083ba

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/pull_request_template.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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)