mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
61 lines
1.6 KiB
YAML
61 lines
1.6 KiB
YAML
name: Bug report
|
|
description: File a bug report
|
|
title: '[Bug]: '
|
|
type: Bug
|
|
labels: ['bug']
|
|
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: A clear and concise description of what the bug is.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected-behaviour
|
|
attributes:
|
|
label: Expected behaviour
|
|
description: A clear and concise description of what you expected to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: steps
|
|
attributes:
|
|
label: How to reproduce
|
|
description: Steps to reproduce the behavior (code, example repository)
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: screenshots
|
|
attributes:
|
|
label: Screenshots
|
|
description: If applicable, add screenshots to help explain your problem.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: system-info
|
|
attributes:
|
|
label: System Info
|
|
description: Output of `npx envinfo --system --npmPackages 'tuono' --binaries --browsers`
|
|
render: shell
|
|
placeholder: System, Binaries, Browsers
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: system-info-rust
|
|
attributes:
|
|
label: System info (Rust)
|
|
description: Output of `rustc --version && cargo --version && tuono --version`
|
|
render: shell
|
|
placeholder: 'rustc, cargo and tuono binary version'
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any other context about the bug here.
|
|
validations:
|
|
required: false
|