mirror of
https://github.com/block/goose.git
synced 2026-04-28 11:39:43 +00:00
Add Diagnostics Info to Q&A and Bug Report Templates (#5565)
This commit is contained in:
parent
68187feb5b
commit
ccc5858dbd
2 changed files with 48 additions and 9 deletions
26
.github/DISCUSSION_TEMPLATE/qa.yml
vendored
Normal file
26
.github/DISCUSSION_TEMPLATE/qa.yml
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
title: "❓ Question: [Brief summary]"
|
||||
labels:
|
||||
- help
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
💡 Before posting, please attach your **diagnostics zip** — it helps the Goose team debug faster and saves everyone time.
|
||||
[How to capture and share diagnostics](https://block.github.io/goose/docs/troubleshooting/diagnostics-and-reporting/)
|
||||
- type: textarea
|
||||
id: problem
|
||||
attributes:
|
||||
label: What happened?
|
||||
description: Describe the issue in detail and attach your diagnostics zip if possible.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: steps
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
description: Tell us how to reproduce the issue — commands, steps, or context.
|
||||
- type: textarea
|
||||
id: version
|
||||
attributes:
|
||||
label: Goose version and environment
|
||||
description: Include your Goose version and operating system if known.
|
||||
Loading…
Add table
Add a link
Reference in a new issue