toad/.github/ISSUE_TEMPLATE/bug_report.yml
2025-12-17 16:04:41 +00:00

29 lines
787 B
YAML

name: Bug Report
description: Report a bug or issue
title: "BUG"
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Issues require an initial discussion and approval by a Toad developer before creating an issue.
- type: input
id: discussion-link
attributes:
label: Discussion link
description: Please enter the discussion link here
placeholder: https://github.com/batrachianai/toad/discussions/123
validations:
required: true
- type: textarea
id: bug-description
attributes:
label: Bug Description
description: Describe the bug you encountered
placeholder: |
What happened?
What did you expect to happen?
Steps to reproduce...
validations:
required: true