From d7f0914873aec1c3c64c9161771ff0bcbc457c95 Mon Sep 17 00:00:00 2001 From: Altay Date: Tue, 3 Mar 2026 23:43:07 +0300 Subject: [PATCH] docs: require before/after screenshots in contribution checklist --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ec2a0e726..3dad9c0375f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -391,6 +391,10 @@ Docs: https://docs.openclaw.ai ## Unreleased +### Changes + +- Docs/Contributing: require before/after screenshots for UI or visual PRs in the pre-PR checklist. (#32206) Thanks @hydro13. + ### Fixes - Feishu/Multi-account + reply reliability: add `channels.feishu.defaultAccount` outbound routing support with schema validation, prevent inbound preview text from leaking into prompt system events, keep quoted-message extraction text-first (post/interactive/file placeholders instead of raw JSON), route Feishu video sends as `msg_type: "file"`, and avoid websocket event blocking by using non-blocking event handling in monitor dispatch. Landed from contributor PRs #31209, #29610, #30432, #30331, and #29501. Thanks @stakeswky, @hclsys, @bmendonca3, @patrick-yingxi-pan, and @zwffff.