|
6 | 6 | id: before-you-start
|
7 | 7 | attributes:
|
8 | 8 | 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/). |
20 | 15 | - type: input
|
21 | 16 | id: operating-system
|
22 | 17 | attributes:
|
|
72 | 67 | 'This could be a description, log/console output, etc.'
|
73 | 68 | validations:
|
74 | 69 | 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 |
85 | 70 | - type: textarea
|
86 | 71 | id: logs
|
87 | 72 | attributes:
|
|
0 commit comments