mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-24 18:25:22 +00:00
29 lines
No EOL
877 B
YAML
29 lines
No EOL
877 B
YAML
name: 🐞 Bug Report
|
|
description: Create a bug report to help us improve
|
|
title: "[bug] "
|
|
labels: ["bug", "triage needed"]
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of the bug, as well as what you expected to happen when encountering it.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: To reproduce
|
|
description: Describe how to reproduce your bug.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Sourcebot deployment information
|
|
description:
|
|
value: |
|
|
Sourcebot version (e.g. v3.0.1):
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional information
|
|
description: Add any other information related to the bug here such as screenshots, logs, etc. |