tweak issue template

This commit is contained in:
bkellam 2025-04-01 10:04:40 -07:00
parent e91f94d984
commit e266c2253c
3 changed files with 29 additions and 30 deletions

View file

@ -1,10 +0,0 @@
---
name: Blank issue
about: Create a new issue from scratch
title: ''
labels: ''
assignees: ''
---

View file

@ -1,20 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: "[bug] "
labels: bug, triage needed
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is, as well as what you expected to happen when encountering it.
**To Reproduce**
Describe how to reproduce your bug.
**Additional Info (please complete the following information):**
- Sourcebot version: [e.g., v3.0.1]
**Additional context**
Add any other context about the problem here.

29
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View file

@ -0,0 +1,29 @@
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:
placeholder: |
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.