Skip to content

Commit bfe9c61

Browse files
committed
Update file a bug report before-you-start section
1 parent ab9d74b commit bfe9c61

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

.github/ISSUE_TEMPLATE/bug_report_v2.yaml

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,12 @@ body:
66
id: before-you-start
77
attributes:
88
value: |
9-
'[READ THIS] Are you in the right place?'
10-
' * For issues or feature requests related to __the code in this repository__,'
11-
' file a Github issue.'
12-
' * If this is a __feature request__, make sure the issue title starts with "FR:". '
13-
' * For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/) '
14-
' with the firebase tag. '
15-
' * For general Firebase discussion, use the [firebase-talk](https://groups.google.com/forum/#!forum/firebase-talk) '
16-
' google group. '
17-
' * For help troubleshooting your application that does not fall under one '
18-
' of the above categories, reach out to the personalized '
19-
' [Firebase support channel](https://firebase.google.com/support/).'
9+
*[READ THIS]:* to evaluate if you are in the right place?
10+
- For issues or feature requests related to __the code in this repository__, file a Github issue.
11+
- If this is a __feature request__, make sure the issue title starts with "FR:".
12+
- For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/) with the firebase tag.
13+
- For general Firebase discussion, use the [firebase-talk](https://groups.google.com/forum/#!forum/firebase-talk) google group.
14+
- For help troubleshooting your application that does not fall under one of the above categories, reach out to the personalized [Firebase support channel](https://firebase.google.com/support/).
2015
- type: input
2116
id: operating-system
2217
attributes:
@@ -72,16 +67,6 @@ body:
7267
'This could be a description, log/console output, etc.'
7368
validations:
7469
required: true
75-
- type: input
76-
id: browser-version
77-
attributes:
78-
label: Browser Version
79-
description: Describe your browser version
80-
placeholder: |
81-
' What happened? How can we make the problem occur?'
82-
'This could be a description, log/console output, etc.'
83-
validations:
84-
required: true
8570
- type: textarea
8671
id: logs
8772
attributes:

0 commit comments

Comments
 (0)