mirror of
https://github.com/batrachianai/toad
synced 2026-05-24 09:38:33 +00:00
29 lines
787 B
YAML
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
|