mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-09 15:59:30 +00:00
fix(issue-template): split logs and screenshots into separate fields (#73649)
* fix: remove render shell from bug report template * fix: split logs and screenshots in bug report template
This commit is contained in:
parent
904c8717d0
commit
7236e5f89f
1 changed files with 7 additions and 2 deletions
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -122,9 +122,14 @@ body:
|
|||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Logs, screenshots, and evidence
|
||||
description: Include the redacted logs, screenshots, recordings, docs, or version comparisons that support the grounded answers above.
|
||||
label: Logs
|
||||
description: Include the redacted logs or version comparisons that support the grounded answers above.
|
||||
render: shell
|
||||
- type: textarea
|
||||
id: screenshots_evidence
|
||||
attributes:
|
||||
label: Screenshots, recordings, and evidence
|
||||
description: Include screenshots, recordings, docs, or other evidence that support the grounded answers above.
|
||||
- type: textarea
|
||||
id: impact
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue