惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MyScale Blog
MyScale Blog
F
Fortinet All Blogs
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
Docker
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
爱范儿
爱范儿
V
Visual Studio Blog
Last Week in AI
Last Week in AI
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
L
LangChain Blog
Vercel News
Vercel News
阮一峰的网络日志
阮一峰的网络日志
IT之家
IT之家
P
Proofpoint News Feed
博客园_首页
D
DataBreaches.Net
T
The Blog of Author Tim Ferriss
The GitHub Blog
The GitHub Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
C
Check Point Blog
Engineering at Meta
Engineering at Meta
Microsoft Azure Blog
Microsoft Azure Blog

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
meta(issue-template): add dedicated docs bug report form ...
WadydX · 2026-06-22 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -0,0 +1,76 @@

1+

name: Docs bug report

2+

description: Report documentation defects (incorrect, missing, outdated, or contradictory docs).

3+

title: "[Docs Bug]: "

4+

labels:

5+

- bug

6+

- docs

7+

body:

8+

- type: markdown

9+

attributes:

10+

value: |

11+

Report a documentation defect with concrete evidence from current docs behavior/content.

12+

Please only report one documentation defect per submission.

13+

- type: textarea

14+

id: summary

15+

attributes:

16+

label: Summary

17+

description: One-sentence statement of what is wrong in the docs.

18+

placeholder: The WhatsApp config example defines duplicate top-level keys in one JSON5 block.

19+

validations:

20+

required: true

21+

- type: input

22+

id: doc_paths

23+

attributes:

24+

label: Affected docs path(s) or URL(s)

25+

description: Repo-relative docs file path(s) or published docs URL(s).

26+

placeholder: docs/gateway/config-channels.md or https://docs.openclaw.ai/gateway/config-channels

27+

validations:

28+

required: true

29+

- type: textarea

30+

id: repro

31+

attributes:

32+

label: Steps to reproduce / verify

33+

description: Minimal steps to observe the docs defect in the current docs.

34+

placeholder: |

35+

1. Open docs/gateway/config-channels.md

36+

2. Go to the WhatsApp example block

37+

3. Observe duplicate top-level key definitions

38+

validations:

39+

required: true

40+

- type: textarea

41+

id: expected

42+

attributes:

43+

label: Expected docs behavior/content

44+

description: What the docs should say/show instead.

45+

placeholder: The example should use a single merged top-level object with no duplicate keys.

46+

validations:

47+

required: true

48+

- type: textarea

49+

id: actual

50+

attributes:

51+

label: Actual docs behavior/content

52+

description: What the docs currently say/show.

53+

placeholder: The snippet defines the same top-level key twice in one object.

54+

validations:

55+

required: true

56+

- type: textarea

57+

id: impact

58+

attributes:

59+

label: Impact

60+

description: Who is affected and practical consequence.

61+

placeholder: Users who copy-paste the snippet can end up with ambiguous config behavior.

62+

validations:

63+

required: true

64+

- type: textarea

65+

id: evidence

66+

attributes:

67+

label: Evidence

68+

description: Links/snippets/screenshots proving the docs defect.

69+

placeholder: Include exact file links and line ranges.

70+

validations:

71+

required: true

72+

- type: textarea

73+

id: additional_information

74+

attributes:

75+

label: Additional information

76+

description: Optional context, related issues/PRs, or constraints.