|
| 1 | +name: 🐞 Bug Report V2 |
| 2 | +description: File a bug report |
| 3 | +title: '[Bug]: ' |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + id: before-you-start |
| 7 | + attributes: |
| 8 | + value: | |
| 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/). |
| 15 | + - type: input |
| 16 | + id: operating-system |
| 17 | + attributes: |
| 18 | + label: Operating System |
| 19 | + description: Describe your operating system |
| 20 | + placeholder: ex. iOS 16.4 |
| 21 | + validations: |
| 22 | + required: true |
| 23 | + - type: input |
| 24 | + id: browser-version |
| 25 | + attributes: |
| 26 | + label: Browser Version |
| 27 | + description: Describe your browser version |
| 28 | + placeholder: ex. Safari/604.1 |
| 29 | + validations: |
| 30 | + required: true |
| 31 | + - type: input |
| 32 | + id: firebase-sdk-version |
| 33 | + attributes: |
| 34 | + label: Firebase SDK Version |
| 35 | + description: Describe your Firebase SDK Version |
| 36 | + placeholder: ex. 9.16.0 |
| 37 | + validations: |
| 38 | + required: true |
| 39 | + - type: dropdown |
| 40 | + id: firebase-sdk-products |
| 41 | + attributes: |
| 42 | + label: 'Firebase SDK Product:' |
| 43 | + description: Which Firebase Products are used in your app? |
| 44 | + multiple: true |
| 45 | + options: |
| 46 | + - Analytics |
| 47 | + - AppCheck |
| 48 | + - Auth |
| 49 | + - Component |
| 50 | + - Database |
| 51 | + - Firestore |
| 52 | + - Functions |
| 53 | + - Installations |
| 54 | + - Logger |
| 55 | + - Messaging |
| 56 | + - Performance |
| 57 | + - Remote-Config |
| 58 | + - Storage |
| 59 | + validations: |
| 60 | + required: true |
| 61 | + - type: textarea |
| 62 | + id: project-tooling |
| 63 | + attributes: |
| 64 | + label: Describe your project's tooling |
| 65 | + description: Describe the tooling your app is built with |
| 66 | + placeholder: React app with Webpack and Jest |
| 67 | + validations: |
| 68 | + required: true |
| 69 | + - type: textarea |
| 70 | + id: describe-your-problem |
| 71 | + attributes: |
| 72 | + label: Describe the problem |
| 73 | + description: Describe what you were trying to do and what occurred |
| 74 | + placeholder: | |
| 75 | + What were you trying to accomplish? What happened? This should include a background description, log/console output, etc. |
| 76 | + validations: |
| 77 | + required: true |
| 78 | + - type: textarea |
| 79 | + id: reproduce-code |
| 80 | + attributes: |
| 81 | + label: Steps and code to reproduce issue |
| 82 | + description: Please provide a description of how to replicate your issue. Copy and paste any relevant code here to reproduce the problem or links to code to reproduce it. |
| 83 | + validations: |
| 84 | + required: true |
0 commit comments