Skip to content

Commit 101a705

Browse files
authored
fix: issue template with title twice (#167)
1 parent aaf96d1 commit 101a705

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
---
22
name: "Bug Report"
33
description: "Report a bug to help us improve."
4-
title: "[Bug]: <title>"
4+
title: "[Bug]: "
55
type: "Bug"
66
body:
77
- type: markdown
88
attributes:
99
value: "Please fill out the following details to help us address the issue."
10-
- type: input
11-
id: title
12-
attributes:
13-
label: "Bug Title"
14-
description: "Provide a short and descriptive title for the bug."
15-
placeholder: "e.g., can't run an aggregation"
16-
validations:
17-
required: true
1810
- type: checkboxes
1911
id: app
2012
attributes:

0 commit comments

Comments
 (0)