We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf96d1 commit 101a705Copy full SHA for 101a705
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,20 +1,12 @@
1
---
2
name: "Bug Report"
3
description: "Report a bug to help us improve."
4
-title: "[Bug]: <title>"
+title: "[Bug]: "
5
type: "Bug"
6
body:
7
- type: markdown
8
attributes:
9
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
18
- type: checkboxes
19
id: app
20
0 commit comments