Skip to content

Create issue template with required fields #7275

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
May 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 84 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_v2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
name: 🐞 Bug Report V2
description: File a bug report
title: '[Bug]: '
body:
- type: markdown
id: before-you-start
attributes:
value: |
*[READ THIS]:* to evaluate if you are in the right place?
- For issues or feature requests related to __the code in this repository__, file a Github issue.
- If this is a __feature request__, make sure the issue title starts with "FR:".
- For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/) with the firebase tag.
- For general Firebase discussion, use the [firebase-talk](https://groups.google.com/forum/#!forum/firebase-talk) google group.
- 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/).
- type: input
id: operating-system
attributes:
label: Operating System
description: Describe your operating system
placeholder: ex. iOS 16.4
validations:
required: true
- type: input
id: browser-version
attributes:
label: Browser Version
description: Describe your browser version
placeholder: ex. Safari/604.1
validations:
required: true
- type: input
id: firebase-sdk-version
attributes:
label: Firebase SDK Version
description: Describe your Firebase SDK Version
placeholder: ex. 9.16.0
validations:
required: true
- type: dropdown
id: firebase-sdk-products
attributes:
label: 'Firebase SDK Product:'
description: Which Firebase Products are used in your app?
multiple: true
options:
- Analytics
- AppCheck
- Auth
- Component
- Database
- Firestore
- Functions
- Installations
- Logger
- Messaging
- Performance
- Remote-Config
- Storage
validations:
required: true
- type: textarea
id: project-tooling
attributes:
label: Describe your project's tooling
description: Describe the tooling your app is built with
placeholder: React app with Webpack and Jest
validations:
required: true
- type: textarea
id: describe-your-problem
attributes:
label: Describe the problem
description: Describe what you were trying to do and what occurred
placeholder: |
What were you trying to accomplish? What happened? This should include a background description, log/console output, etc.
validations:
required: true
- type: textarea
id: reproduce-code
attributes:
label: Steps and code to reproduce issue
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.
validations:
required: true