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 70bbffe commit 34ffc54Copy full SHA for 34ffc54
.github/ISSUE_TEMPLATE/issue_report.yml
@@ -1,4 +1,4 @@
1
-name: Issue Report
+name: Bug Report
2
description: Report a bug
3
title: "[Bug]: "
4
type: "Bug"
@@ -9,7 +9,7 @@ assignees: []
9
body:
10
- type: markdown
11
attributes:
12
- value: "### Thank you for contributing! Please select the type of issue."
+ value: "### Thank you for reporting a problem!"
13
14
- type: input
15
id: summary
@@ -25,7 +25,7 @@ body:
25
26
label: "Description"
27
description: "Provide details about the bug."
28
- placeholder: "Explain the problem in detail."
+ placeholder: "Explain the unexpected behavior in detail."
29
validations:
30
required: true
31
0 commit comments