openclaw - ✅(Solved) Fix Move motivation section to top of pull request template [2 pull requests, 3 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#83939Fetched 2026-05-20 03:46:17
View on GitHub
Comments
3
Participants
2
Timeline
11
Reactions
1
Timeline (top)
commented ×3cross-referenced ×2closed ×1labeled ×1

Fix Action

Fixed

PR fix notes

PR #84003: chore: move Motivation section above Change Type in PR template

Description (problem / solution / changelog)

Summary

  • Problem: The Motivation section appears after Change Type and Scope, making it easy to skip when filling out a PR — reviewers often want to understand why before what.
  • Solution: Move Motivation to immediately after Summary, so the first two things a contributor writes are the description and the rationale.
  • What changed: Section order in .github/pull_request_template.md only.
  • What did NOT change: No section content, wording, or checklist items were modified.

Motivation

Closes #83939. The motivation section is the most important context for reviewers, but it currently sits after two checklists. Moving it up front encourages contributors to articulate why before diving into what type and what scope.

Change Type (select all)

  • Docs

Scope (select all touched areas)

  • UI / DX

Linked Issue/PR

  • Closes #83939

Real behavior proof (required for external PRs)

  • Behavior or issue addressed: PR template section order
  • Real environment tested: GitHub web UI + local markdown preview
  • Exact steps or command run after this patch: Open a new PR in the repo — Motivation now appears as the second section.
  • Evidence after fix: Section order in this PR's own template reflects the change.
  • Observed result after fix: Motivation is the second section, immediately after Summary.
  • What was not tested: N/A (pure template change, no code execution)

Root Cause (if applicable)

N/A — this is a UX improvement, not a bug fix.

Security Impact (required)

  • New permissions/capabilities? No
  • Secrets/tokens handling changed? No
  • New/changed network calls? No
  • Command/tool execution surface changed? No
  • Data access scope changed? No

Compatibility / Migration

  • Backward compatible? Yes
  • Config/env changes? No
  • Migration needed? No

Risks and Mitigations

  • Risk: None — template-only change with no behavioral impact.

Changed files

  • .github/pull_request_template.md (modified, +7/-7)

PR #84098: chore: move Motivation section above Change Type in PR template

Description (problem / solution / changelog)

Makes https://github.com/openclaw/openclaw/pull/84003 merge-ready for the ClawSweeper automerge loop. The edit pass should inspect the live PR diff, review comments, and failing checks; rebase if needed; keep the contributor branch credited; and stop only when validation is green or an external blocker is proven.

ClawSweeper 🐠 replacement reef notes:

<!-- clawsweeper-automerge-requested-by login="Takhoffman" id="781889" -->
  • Repair fallback: GitHub rejected the repair branch push because it updates workflow files and the ClawSweeper app token does not have workflows permission

Inherited issue-closing references from the source PR: Closes #83939

Co-author credit kept:

fish notes: model gpt-5.5, reasoning high; reviewed against 6c68583faccb.

Changed files

  • .github/pull_request_template.md (modified, +6/-6)
RAW_BUFFERClick to expand / collapse

That’s it

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - ✅(Solved) Fix Move motivation section to top of pull request template [2 pull requests, 3 comments, 2 participants]