Skip to content

Commit a3a2729

Browse files
authored
Update bug_report.yml
1 parent 1193c53 commit a3a2729

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
Thanks for reporting an issue! **The issue tracker is ONLY used for reporting bugs.** New feature suggestions and questions should be discussed on Community or submitted through our user feedback form.
8+
Thanks for reporting an issue! **The issue tracker is ONLY used for reporting bugs.** New feature suggestions and questions should be submitted through our user feedback form in the product.
99
- type: checkboxes
1010
id: terms
1111
attributes:
12-
label: Has your issue been reported?
13-
description: Please search to see if an issue already exists for the bug you encountered.
14-
options:
15-
- label: I have searched the existing issues and confirm it has not been reported.
16-
required: true
12+
# label: Has your issue been reported?
13+
# description: Please search to see if an issue already exists for the bug you encountered.
14+
# options:
15+
# - label: I have searched the existing issues and confirm it has not been reported.
16+
# required: true
1717
- label: I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
1818
required: true
1919
- type: textarea
@@ -46,10 +46,9 @@ body:
4646
id: reproducible-from-blank
4747
attributes:
4848
label: Reproducible from Blank
49-
description: The steps to reproduce *must* start from a blank project, ensuring that it is a reproducible bug within FlutterFlow.
49+
description: It's super helpful if the steps to reproduce start from a blank project, ensuring that it is a reproducible bug within FlutterFlow.
5050
options:
5151
- label: The steps to reproduce above start from a blank project.
52-
required: true
5352
- type: input
5453
id: bugcode
5554
attributes:
@@ -64,9 +63,9 @@ body:
6463
- type: textarea
6564
attributes:
6665
label: Context
67-
description: How has this issue affected you? What are you trying to accomplish?
68-
validations:
69-
required: true
66+
description: How has this issue affected you? What are you trying to accomplish? This helps us assess the priority!
67+
# validations:
68+
# required: true
7069
- type: textarea
7170
attributes:
7271
label: Visual documentation

0 commit comments

Comments
 (0)