import upstream GUKO 2026-06-23

This commit is contained in:
OpenClaw
2026-06-23 00:44:35 +00:00
commit 0e79f74184
30 changed files with 6419 additions and 0 deletions

25
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@@ -0,0 +1,25 @@
name: Bug report
description: Report a reproducible problem
title: "[Bug] "
labels: ["bug"]
body:
- type: textarea
id: problem
attributes:
label: Problem
description: What happened?
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Reproduction steps
description: Steps to reproduce the issue.
validations:
required: true
- type: textarea
id: logs
attributes:
label: Logs / screenshots
description: Remove tokens, IPs, passwords and private keys before posting.
render: text

View File

@@ -0,0 +1,17 @@
name: Feature request
description: Suggest an improvement
title: "[Feature] "
labels: ["enhancement"]
body:
- type: textarea
id: use-case
attributes:
label: Use case
description: What problem would this solve?
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Proposed solution
description: What should change?